{"product_id":"janome-tm30-travel-mate-sewing-machine","title":"Janome Electronic Sewing Machine TM30","description":"\u003cstyle\u003e\n  .ds-tm30 {\n    --red: #a91122;\n    --deep-red: #720b17;\n    --soft-red: #fff2f3;\n    --ink: #17191d;\n    --grey: #626870;\n    --light: #f6f7f8;\n    --border: #dfe2e5;\n    --white: #ffffff;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .ds-tm30 *,\n  .ds-tm30 *::before,\n  .ds-tm30 *::after {\n    box-sizing: border-box;\n  }\n\n  .ds-tm30 img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ds-tm30 h2,\n  .ds-tm30 h3,\n  .ds-tm30 h4 {\n    margin-top: 0;\n    color: var(--ink);\n    line-height: 1.18;\n  }\n\n  .ds-tm30 h2 {\n    margin-bottom: 20px;\n    font-size: clamp(34px, 5vw, 58px);\n    letter-spacing: -0.04em;\n  }\n\n  .ds-tm30 h3 {\n    margin-bottom: 18px;\n    font-size: clamp(27px, 3.4vw, 40px);\n    letter-spacing: -0.03em;\n  }\n\n  .ds-tm30 h4 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .ds-tm30 p {\n    margin-top: 0;\n    margin-bottom: 18px;\n  }\n\n  .ds-tm30 .ds-section {\n    padding: 58px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .ds-tm30 .ds-section:last-child {\n    border-bottom: 0;\n  }\n\n  .ds-tm30 .ds-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--red);\n    font-size: 13px;\n    font-weight: 750;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .ds-tm30 .ds-lead {\n    max-width: 880px;\n    color: #3f454c;\n    font-size: clamp(18px, 2.2vw, 22px);\n    line-height: 1.6;\n  }\n\n  .ds-tm30 .ds-hero {\n    padding: 24px 0 60px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .ds-tm30 .ds-hero-copy {\n    max-width: 960px;\n    margin: 0 auto 34px;\n    text-align: center;\n  }\n\n  .ds-tm30 .ds-hero-copy .ds-lead {\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .ds-tm30 .ds-image-box {\n    margin: 0;\n    overflow: hidden;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .ds-tm30 .ds-image-box img {\n    min-height: 290px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 24px;\n  }\n\n  .ds-tm30 .ds-hero-image img {\n    min-height: 440px;\n    aspect-ratio: auto;\n    padding: 30px;\n  }\n\n  .ds-tm30 .ds-lifestyle img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    padding: 0;\n  }\n\n  .ds-tm30 .ds-caption {\n    padding: 12px 15px 15px;\n    color: #687078;\n    font-size: 13px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  .ds-tm30 .ds-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));\n    gap: 10px;\n    max-width: 900px;\n    margin: 30px auto;\n  }\n\n  .ds-tm30 .ds-stat {\n    padding: 18px 13px;\n    background: var(--light);\n    border: 1px solid #e6e9ec;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .ds-tm30 .ds-stat-number {\n    display: block;\n    font-size: 23px;\n    font-weight: 780;\n    line-height: 1.15;\n  }\n\n  .ds-tm30 .ds-stat-label {\n    display: block;\n    margin-top: 6px;\n    color: #697078;\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ds-tm30 .ds-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 11px;\n    margin-top: 25px;\n  }\n\n  .ds-tm30 .ds-button {\n    display: inline-flex;\n    min-height: 49px;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 20px;\n    border: 1px solid var(--ink);\n    border-radius: 7px;\n    background: var(--ink);\n    color: var(--white);\n    font-size: 15px;\n    font-weight: 680;\n    line-height: 1.25;\n    text-align: center;\n    text-decoration: none;\n  }\n\n  .ds-tm30 .ds-button:hover {\n    opacity: 0.86;\n  }\n\n  .ds-tm30 .ds-button-secondary {\n    background: transparent;\n    color: var(--ink);\n  }\n\n  .ds-tm30 .ds-package {\n    padding: clamp(28px, 5vw, 47px);\n    background: var(--soft-red);\n    border: 1px solid #eed8dc;\n    border-radius: 17px;\n  }\n\n  .ds-tm30 .ds-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));\n    gap: 16px;\n    margin-top: 31px;\n  }\n\n  .ds-tm30 .ds-feature-card {\n    padding: 26px;\n    background: var(--light);\n    border: 1px solid #e5e8eb;\n    border-radius: 15px;\n  }\n\n  .ds-tm30 .ds-feature-number {\n    display: inline-flex;\n    width: 35px;\n    height: 35px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 17px;\n    border-radius: 50%;\n    background: var(--red);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .ds-tm30 .ds-feature-card p {\n    margin-bottom: 0;\n    color: var(--grey);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .ds-tm30 .ds-split {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));\n    align-items: center;\n    gap: clamp(30px, 6vw, 72px);\n  }\n\n  .ds-tm30 .ds-check-list,\n  .ds-tm30 .ds-accessory-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));\n    gap: 10px 28px;\n    margin: 23px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ds-tm30 .ds-check-list li,\n  .ds-tm30 .ds-accessory-list li {\n    position: relative;\n    padding-left: 25px;\n  }\n\n  .ds-tm30 .ds-check-list li::before,\n  .ds-tm30 .ds-accessory-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--red);\n    content: \"✓\";\n    font-weight: 750;\n  }\n\n  .ds-tm30 .ds-callout {\n    padding: clamp(29px, 5vw, 51px);\n    overflow: hidden;\n    background: var(--ink);\n    border-radius: 18px;\n    color: var(--white);\n  }\n\n  .ds-tm30 .ds-callout h3,\n  .ds-tm30 .ds-callout h4 {\n    color: var(--white);\n  }\n\n  .ds-tm30 .ds-callout-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));\n    align-items: center;\n    gap: 38px;\n  }\n\n  .ds-tm30 .ds-callout-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--white);\n    border-radius: 13px;\n  }\n\n  .ds-tm30 .ds-callout-image img {\n    min-height: 285px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 22px;\n  }\n\n  .ds-tm30 .ds-note {\n    padding: 24px 26px;\n    border-left: 4px solid var(--red);\n    background: var(--soft-red);\n    border-radius: 4px 12px 12px 4px;\n  }\n\n  .ds-tm30 .ds-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-tm30 .ds-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr));\n    gap: 12px;\n    margin-top: 27px;\n  }\n\n  .ds-tm30 .ds-benefit {\n    padding: 19px;\n    border: 1px solid var(--border);\n    border-radius: 11px;\n    background: var(--white);\n  }\n\n  .ds-tm30 .ds-benefit h4 {\n    font-size: 16px;\n  }\n\n  .ds-tm30 .ds-benefit p {\n    margin-bottom: 0;\n    color: var(--grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ds-tm30 .ds-use-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr));\n    gap: 12px;\n    margin-top: 25px;\n  }\n\n  .ds-tm30 .ds-use-item {\n    padding: 18px 15px;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: var(--white);\n    text-align: center;\n  }\n\n  .ds-tm30 .ds-table-wrap {\n    width: 100%;\n    margin-top: 23px;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n  }\n\n  .ds-tm30 table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n    background: var(--white);\n  }\n\n  .ds-tm30 th,\n  .ds-tm30 td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .ds-tm30 th {\n    width: 38%;\n    background: var(--light);\n    color: var(--ink);\n    font-size: 14px;\n    font-weight: 680;\n  }\n\n  .ds-tm30 td {\n    color: #4c5359;\n    font-size: 14px;\n  }\n\n  .ds-tm30 tr:last-child th,\n  .ds-tm30 tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ds-tm30 details {\n    margin-top: 13px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: var(--white);\n  }\n\n  .ds-tm30 summary {\n    position: relative;\n    padding: 18px 52px 18px 19px;\n    cursor: pointer;\n    color: var(--ink);\n    font-size: 16px;\n    font-weight: 680;\n    list-style: none;\n  }\n\n  .ds-tm30 summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ds-tm30 summary::after {\n    position: absolute;\n    top: 50%;\n    right: 19px;\n    transform: translateY(-50%);\n    color: var(--red);\n    content: \"+\";\n    font-size: 26px;\n  }\n\n  .ds-tm30 details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ds-tm30 .ds-details-content {\n    padding: 0 19px 20px;\n    color: var(--grey);\n  }\n\n  .ds-tm30 .ds-resource-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr));\n    gap: 14px;\n    margin-top: 27px;\n  }\n\n  .ds-tm30 .ds-resource-card {\n    display: flex;\n    min-height: 205px;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 24px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: var(--light);\n  }\n\n  .ds-tm30 .ds-resource-card p {\n    color: var(--grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ds-tm30 .ds-resource-link {\n    color: var(--deep-red);\n    font-size: 14px;\n    font-weight: 750;\n    text-decoration: none;\n  }\n\n  .ds-tm30 .ds-resource-link:hover {\n    text-decoration: underline;\n  }\n\n  .ds-tm30 .ds-direct-sewing {\n    padding: clamp(31px, 5vw, 52px);\n    background: var(--light);\n    border-radius: 17px;\n    text-align: center;\n  }\n\n  .ds-tm30 .ds-direct-sewing p {\n    max-width: 860px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  @media (max-width: 700px) {\n    .ds-tm30 {\n      font-size: 15px;\n    }\n\n    .ds-tm30 .ds-section {\n      padding: 44px 0;\n    }\n\n    .ds-tm30 .ds-hero {\n      padding-top: 14px;\n      padding-bottom: 44px;\n    }\n\n    .ds-tm30 .ds-hero-image img {\n      min-height: 300px;\n      padding: 15px;\n    }\n\n    .ds-tm30 .ds-button-row,\n    .ds-tm30 .ds-button {\n      width: 100%;\n    }\n\n    .ds-tm30 .ds-stat-grid,\n    .ds-tm30 .ds-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-tm30\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ds-hero\"\u003e\n    \u003cdiv class=\"ds-hero-copy\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eCompact computerised sewing machine\u003c\/span\u003e\n\n      \u003ch2\u003eJanome TM30 Travel Mate\u003c\/h2\u003e\n\n      \u003cp class=\"ds-lead\"\u003e\n        Take capable computerised sewing wherever creativity leads. The Janome TM30 Travel Mate combines 30 practical and decorative stitches, a built-in needle threader, speed control, memorised needle positioning and a lightweight portable body in one distinctive red sewing machine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ds-stat-grid\" aria-label=\"Janome TM30 key specifications\"\u003e\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e30\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003ebuilt-in stitches\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e820 SPM\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003emaximum sewing speed\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e15\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003eneedle positions\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003eApprox. 5kg\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003elightweight portability\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-button-row\"\u003e\n        \u003ca class=\"ds-button\" href=\"https:\/\/www.janome.com\/product\/tm30\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View Official Product Page\n        \u003c\/a\u003e\n\n        \u003ca class=\"ds-button ds-button-secondary\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2021\/09\/travelmate30.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View Product Brochure\n        \u003c\/a\u003e\n\n        \u003ca class=\"ds-button ds-button-secondary\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2021\/09\/ml_travel-mate30-tm30_eng.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View Instruction Manual\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfigure class=\"ds-image-box ds-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/www.janome.com\/wp-content\/uploads\/2024\/11\/travelmate-30-angle-scaled.jpg\" alt=\"Janome TM30 Travel Mate red computerised sewing machine shown from the front angle\" width=\"1000\" height=\"841\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\"\u003e\n\n      \u003cfigcaption class=\"ds-caption\"\u003e\n        A compact Janome sewing machine with computerised stitch selection and a bold Travel Mate design.\n      \u003c\/figcaption\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003ePortable without becoming basic\u003c\/span\u003e\n\n    \u003ch3\u003eComputerised convenience in a compact machine\u003c\/h3\u003e\n\n    \u003cp class=\"ds-lead\"\u003e\n      The TM30 is designed for beginners, students, travelling sewists and experienced makers who want a capable second machine that is easy to carry and store.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its computerised controls make it simple to select stitches, limit the sewing speed and choose whether the needle stops raised or lowered in the fabric.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A top-loading bobbin, free arm, drop feed and built-in needle threader provide the practical functions needed for garments, repairs, patchwork, crafts and everyday home sewing.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-package\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eUseful accessories included\u003c\/span\u003e\n\n      \u003ch3\u003eReady for everyday sewing, zips, buttonholes and patchwork\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The official Janome package includes the core feet and accessories needed for general sewing, along with a bonus 1\/4-inch seam foot for patchwork and accurate seam allowances.\n      \u003c\/p\u003e\n\n      \u003cul class=\"ds-check-list\"\u003e\n        \u003cli\u003eZigzag Foot A\u003c\/li\u003e\n        \u003cli\u003eZipper Foot E\u003c\/li\u003e\n        \u003cli\u003eSatin Stitch Foot F\u003c\/li\u003e\n        \u003cli\u003eSliding buttonhole foot\u003c\/li\u003e\n        \u003cli\u003eBonus 1\/4-inch seam foot\u003c\/li\u003e\n        \u003cli\u003eStandard Janome bobbins\u003c\/li\u003e\n        \u003cli\u003eFoot controller\u003c\/li\u003e\n        \u003cli\u003eSpool holders\u003c\/li\u003e\n        \u003cli\u003eSeam ripper\u003c\/li\u003e\n        \u003cli\u003eTriangle screwdriver\u003c\/li\u003e\n        \u003cli\u003eInstruction manual\u003c\/li\u003e\n        \u003cli\u003eSoft dust cover\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"ds-note\" style=\"margin-top:25px;\"\u003e\n        \u003cp\u003e\n          Standard accessories can vary between international markets. Direct Sewing will supply the accessory package stated on the product order and invoice.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWhy the Janome TM30 stands out\u003c\/span\u003e\n\n    \u003ch3\u003ePractical features for confident everyday sewing\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-feature-grid\"\u003e\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003e30 built-in stitches\u003c\/h4\u003e\n        \u003cp\u003e\n          Choose utility, stretch, decorative, quilting and buttonhole stitches for a wide range of projects.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eBuilt-in needle threader\u003c\/h4\u003e\n        \u003cp\u003e\n          Draw the upper thread through the needle eye without having to guide it through manually.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eStart and stop button\u003c\/h4\u003e\n        \u003cp\u003e\n          Operate the machine without the foot controller when direct hand control is preferred.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eSpeed-control slider\u003c\/h4\u003e\n        \u003cp\u003e\n          Limit the maximum speed for beginners, appliqué, curves and detailed construction.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eNeedle up or down\u003c\/h4\u003e\n        \u003cp\u003e\n          Choose whether the needle stops raised or securely lowered in the fabric.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eLocking-stitch control\u003c\/h4\u003e\n        \u003cp\u003e\n          Secure the beginning or end of suitable stitches without repeatedly sewing in reverse.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e07\u003c\/span\u003e\n        \u003ch4\u003eTop-loading bobbin\u003c\/h4\u003e\n        \u003cp\u003e\n          Insert the bobbin from above and monitor the remaining thread through the clear cover.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e08\u003c\/span\u003e\n        \u003ch4\u003eFree arm and drop feed\u003c\/h4\u003e\n        \u003cp\u003e\n          Sew tubular garment sections or lower the feed dogs for darning and free-motion techniques.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PORTABILITY --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cfigure class=\"ds-image-box ds-lifestyle\"\u003e\n        \u003cimg src=\"https:\/\/www.janome.com\/wp-content\/uploads\/2024\/11\/tm30_lifestyle-scaled.jpg\" alt=\"Janome TM30 Travel Mate sewing machine in a compact home sewing workspace\" width=\"1000\" height=\"1000\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          Its compact footprint works well in apartments, bedrooms, classrooms and shared creative spaces.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eMade to travel and easy to store\u003c\/span\u003e\n\n        \u003ch3\u003eA lightweight machine for classes and smaller spaces\u003c\/h3\u003e\n\n        \u003cp\u003e\n          At approximately 5kg, the TM30 is substantially lighter than many full-size computerised sewing machines.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its compact dimensions and integrated carry handle make it practical for sewing classes, workshops, holidays, student accommodation and homes where the machine needs to be stored after use.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eApproximately 5kg\u003c\/li\u003e\n          \u003cli\u003eBuilt-in carrying handle\u003c\/li\u003e\n          \u003cli\u003eCompact 406mm-wide body\u003c\/li\u003e\n          \u003cli\u003eSuitable for sewing classes\u003c\/li\u003e\n          \u003cli\u003eEasy to store between projects\u003c\/li\u003e\n          \u003cli\u003eUseful as a second machine\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- STITCHES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-callout\"\u003e\n      \u003cdiv class=\"ds-callout-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"ds-eyebrow\" style=\"color:#ffb7bf;\"\u003eA versatile stitch package\u003c\/span\u003e\n\n          \u003ch3\u003e30 stitches for construction and creativity\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The entire stitch chart is printed across the front of the machine, so the selection remains visible while you sew.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Utility stitches handle seams, stretch fabrics, finishing and repairs. Decorative patterns add detail to garments, patchwork, accessories and home décor.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Stitch width is adjustable up to 5mm and stitch length up to 4mm.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cfigure class=\"ds-callout-image\"\u003e\n          \u003cimg src=\"https:\/\/www.janome.com\/wp-content\/uploads\/2021\/09\/FeatureImages-TM30-1.jpg\" alt=\"Front view of the Janome TM30 showing the LCD controls and 30-stitch chart\" width=\"450\" height=\"350\" loading=\"lazy\" decoding=\"async\"\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONTROLS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eStraightforward computerised operation\u003c\/span\u003e\n\n    \u003ch3\u003eLCD stitch selection with convenient function buttons\u003c\/h3\u003e\n\n    \u003cp class=\"ds-lead\"\u003e\n      Select a stitch using the navigation buttons and confirm the active stitch number on the bright LCD screen.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-benefit-grid\"\u003e\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eStart and stop\u003c\/h4\u003e\n        \u003cp\u003eSew without the foot controller when required.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eEasy reverse\u003c\/h4\u003e\n        \u003cp\u003eReinforce standard construction seams using the dedicated reverse button.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eLocking stitch\u003c\/h4\u003e\n        \u003cp\u003eSecure compatible stitches neatly at the beginning or end.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eNeedle position\u003c\/h4\u003e\n        \u003cp\u003eMemorise whether the needle stops raised or lowered.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eSpeed control\u003c\/h4\u003e\n        \u003cp\u003eSet the maximum speed independently of foot-controller pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eVisible stitch chart\u003c\/h4\u003e\n        \u003cp\u003eView all 30 stitch options directly on the machine.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BOBBIN AND THREADER --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eSimple machine preparation\u003c\/span\u003e\n\n        \u003ch3\u003eTop-loading bobbin and built-in needle threader\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The full rotary hook bobbin loads horizontally from the top of the sewing bed, making it easy to insert and monitor.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A clear cover shows the remaining thread, while the automatic-declutch bobbin winder separates the sewing mechanism during winding.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The built-in needle threader reduces the close-up work required to pass thread through the needle eye.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eTop drop-in bobbin\u003c\/li\u003e\n          \u003cli\u003eFull rotary hook system\u003c\/li\u003e\n          \u003cli\u003eClear bobbin cover\u003c\/li\u003e\n          \u003cli\u003eBuilt-in needle threader\u003c\/li\u003e\n          \u003cli\u003eAutomatic-declutch winding\u003c\/li\u003e\n          \u003cli\u003eStandard Janome plastic bobbins\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"ds-image-box\"\u003e\n        \u003cimg src=\"https:\/\/www.janome.com\/wp-content\/uploads\/2024\/11\/travelmate-30-boxrear-scaled.jpg\" alt=\"Janome Travel Mate 30 packaging showing the LCD screen, needle threader, stitch package and top-loading bobbin\" width=\"1000\" height=\"739\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          The official feature panel highlights the TM30’s computerised controls and easy machine preparation.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BUTTONHOLE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eRepeatable garment finishing\u003c\/span\u003e\n\n    \u003ch3\u003eFour-step memory buttonhole\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The TM30 includes one four-step memory buttonhole and a sliding buttonhole foot.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Sew the first complete buttonhole at the required size and the machine can repeat that sequence for matching buttonholes during the current sewing session.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-note\"\u003e\n      \u003cp\u003e\n        This is a four-step memory buttonhole rather than a fully automatic one-step sensor buttonhole.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PATCHWORK --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eUseful features for patchwork\u003c\/span\u003e\n\n    \u003ch3\u003eA bonus 1\/4-inch seam foot is included\u003c\/h3\u003e\n\n    \u003cp class=\"ds-lead\"\u003e\n      The supplied 1\/4-inch foot helps create consistent patchwork seam allowances without needing to purchase the foot separately.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-feature-grid\"\u003e\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eAccurate piecing\u003c\/h4\u003e\n        \u003cp\u003e\n          Follow the edge of the foot to maintain a consistent 1\/4-inch seam allowance.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eNeedle down\u003c\/h4\u003e\n        \u003cp\u003e\n          Stop with the needle lowered when pivoting patchwork or appliqué.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eSpeed limitation\u003c\/h4\u003e\n        \u003cp\u003e\n          Reduce the maximum speed for curves, appliqué and detailed blocks.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eDrop feed\u003c\/h4\u003e\n        \u003cp\u003e\n          Lower the feed dogs for darning or free-motion practice with an optional foot.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ds-note\" style=\"margin-top:28px;\"\u003e\n      \u003cp\u003e\n        The TM30 is best suited to patchwork, light quilting and smaller quilt projects. Its compact workspace is not designed for large-volume quilting.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWho is the Janome TM30 for?\u003c\/span\u003e\n\n    \u003ch3\u003eA portable machine for beginners, students and everyday sewing\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-use-grid\"\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eBeginner sewing\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eSewing classes\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eTravel and holidays\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eStudent accommodation\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eRepairs and alterations\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eGarment construction\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003ePatchwork\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eAppliqué\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eCraft projects\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eHome décor\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eSecond-machine use\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003eSmall sewing spaces\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ds-note\" style=\"margin-top:30px;\"\u003e\n      \u003ch4\u003eImportant information before purchasing\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The TM30 is a compact domestic sewing machine. It is not an overlocker, embroidery machine or industrial sewing machine.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It does not include an automatic thread cutter, automatic thread tension or electronic presser-foot lift.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It uses manual upper-thread tension and a four-piece feed dog.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its lightweight design makes it highly portable, but users regularly sewing very heavy materials or large quilts should consider a larger Janome model.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ACCESSORIES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eStandard accessory package\u003c\/span\u003e\n\n    \u003ch3\u003eJanome TM30 included accessories\u003c\/h3\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eView the official standard accessory list\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul class=\"ds-accessory-list\"\u003e\n          \u003cli\u003eZigzag Foot A\u003c\/li\u003e\n          \u003cli\u003eZipper Foot E\u003c\/li\u003e\n          \u003cli\u003eSatin Stitch Foot F\u003c\/li\u003e\n          \u003cli\u003eSliding buttonhole foot\u003c\/li\u003e\n          \u003cli\u003eBonus 1\/4-inch seam foot\u003c\/li\u003e\n          \u003cli\u003eStandard Janome bobbins\u003c\/li\u003e\n          \u003cli\u003eFoot controller\u003c\/li\u003e\n          \u003cli\u003eSeam ripper\u003c\/li\u003e\n          \u003cli\u003eTriangle screwdriver\u003c\/li\u003e\n          \u003cli\u003eStandard spool holder\u003c\/li\u003e\n          \u003cli\u003eLarge spool holder\u003c\/li\u003e\n          \u003cli\u003eSmall spool holder\u003c\/li\u003e\n          \u003cli\u003eSoft dust cover\u003c\/li\u003e\n          \u003cli\u003eInstruction manual\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eTechnical information\u003c\/span\u003e\n\n    \u003ch3\u003eJanome TM30 specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-table-wrap\"\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine type\u003c\/th\u003e\n            \u003ctd\u003eCompact computerised domestic sewing machine\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBuilt-in stitches\u003c\/th\u003e\n            \u003ctd\u003e30\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eButtonholes\u003c\/th\u003e\n            \u003ctd\u003eOne four-step memory buttonhole\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum sewing speed\u003c\/th\u003e\n            \u003ctd\u003eUp to 820 stitches per minute\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum stitch width\u003c\/th\u003e\n            \u003ctd\u003e5mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum stitch length\u003c\/th\u003e\n            \u003ctd\u003e4mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle positions\u003c\/th\u003e\n            \u003ctd\u003e15\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStitch selection\u003c\/th\u003e\n            \u003ctd\u003eLCD screen with electronic navigation buttons\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThread tension\u003c\/th\u003e\n            \u003ctd\u003eManual adjustable tension dial\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle threader\u003c\/th\u003e\n            \u003ctd\u003eBuilt in\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin system\u003c\/th\u003e\n            \u003ctd\u003eTop-loading full rotary hook\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin winding\u003c\/th\u003e\n            \u003ctd\u003eAutomatic-declutch bobbin winder\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFeed system\u003c\/th\u003e\n            \u003ctd\u003eFour-piece feed dog\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDrop feed\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePresser-foot attachment\u003c\/th\u003e\n            \u003ctd\u003eSnap-on\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eExtra-high presser-foot lift\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStart and stop button\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSpeed-control slider\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle up or down\u003c\/th\u003e\n            \u003ctd\u003eMemorised stop position\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLocking-stitch button\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReverse button\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAutomatic thread cutter\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFree arm\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWorkspace\u003c\/th\u003e\n            \u003ctd\u003eApproximately 158mm wide × 99mm high\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine dimensions\u003c\/th\u003e\n            \u003ctd\u003eApproximately 406mm wide × 305mm high × 178mm deep\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine weight\u003c\/th\u003e\n            \u003ctd\u003eApproximately 5kg\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFoot controller\u003c\/th\u003e\n            \u003ctd\u003eIncluded\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine cover\u003c\/th\u003e\n            \u003ctd\u003eSoft dust cover included in the official package\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OPTIONAL ACCESSORIES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eExpand your machine\u003c\/span\u003e\n\n    \u003ch3\u003ePopular compatible optional accessories\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eGarment and everyday sewing accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul class=\"ds-accessory-list\"\u003e\n          \u003cli\u003eConcealed zipper foot\u003c\/li\u003e\n          \u003cli\u003eAdjustable blind-hem foot\u003c\/li\u003e\n          \u003cli\u003eRolled-hem foot\u003c\/li\u003e\n          \u003cli\u003eButton-sewing foot\u003c\/li\u003e\n          \u003cli\u003eOvercast foot\u003c\/li\u003e\n          \u003cli\u003eOveredge foot\u003c\/li\u003e\n          \u003cli\u003eGathering foot\u003c\/li\u003e\n          \u003cli\u003eUltra Glide foot\u003c\/li\u003e\n          \u003cli\u003eRoller foot\u003c\/li\u003e\n          \u003cli\u003eSliding-guide foot\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003ePatchwork and quilting accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul class=\"ds-accessory-list\"\u003e\n          \u003cli\u003eConvertible even-feed foot set\u003c\/li\u003e\n          \u003cli\u003eStandard even-feed foot\u003c\/li\u003e\n          \u003cli\u003eOpen-toe even-feed foot\u003c\/li\u003e\n          \u003cli\u003eFree-motion quilting foot set\u003c\/li\u003e\n          \u003cli\u003eDarning foot\u003c\/li\u003e\n          \u003cli\u003eDitch-quilting foot\u003c\/li\u003e\n          \u003cli\u003eClear-view quilting foot and guide set\u003c\/li\u003e\n          \u003cli\u003eLow-shank ruler-work kit\u003c\/li\u003e\n          \u003cli\u003eExtension table\u003c\/li\u003e\n          \u003cli\u003eQuilting attachment kit\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VERIFIED RESOURCES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eOfficial Janome resources\u003c\/span\u003e\n\n    \u003ch3\u003eProduct information, brochure and instruction manual\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-resource-grid\"\u003e\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eOfficial Product Page\u003c\/h4\u003e\n          \u003cp\u003e\n            View Janome’s current specifications, included accessories and compatible optional equipment.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.com\/product\/tm30\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View official product page →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eProduct Brochure\u003c\/h4\u003e\n          \u003cp\u003e\n            View the official Travel Mate 30 feature sheet and core machine information.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2021\/09\/travelmate30.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open product brochure →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eInstruction Manual\u003c\/h4\u003e\n          \u003cp\u003e\n            Read the complete operating guide covering threading, stitches, buttonholes and maintenance.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2021\/09\/ml_travel-mate30-tm30_eng.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open instruction manual →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eFrequently asked questions\u003c\/span\u003e\n\n    \u003ch3\u003eJanome TM30 FAQ\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Janome TM30 suitable for beginners?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Its speed slider, start\/stop button, visible stitch chart and straightforward computerised controls make it approachable for new sewists.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many stitches does it have?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The TM30 includes 30 utility, stretch, decorative and buttonhole stitches.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have a built-in needle threader?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The built-in mechanism helps draw the upper thread through the needle eye.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it sew without the foot controller?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Use the start\/stop button and speed-control slider to operate the machine directly.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have needle up and down?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The machine memorises whether the needle should stop raised or lowered.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include an automatic thread cutter?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. Threads are trimmed using the manual thread cutter or sewing scissors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include a 1\/4-inch foot?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Janome lists a bonus 1\/4-inch seam foot in the official package.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it sew buttonholes?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. It includes one four-step memory buttonhole and a sliding buttonhole foot.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it sew stretch fabric?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. It includes stretch stitches suitable for knit garments when used with the correct needle, thread and settings.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it quilt?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          It is suitable for patchwork, light quilting and smaller projects. Optional quilting feet and an extension table can expand its capability.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have a free arm?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Remove the accessory compartment to sew cuffs, sleeves, trouser hems and other tubular sections.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the feed dogs be lowered?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Drop feed supports darning and free-motion techniques with a suitable optional foot.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow heavy is the TM30?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          It weighs approximately 5kg, making it practical for classes, travel and regular storage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it an embroidery machine?\u003c\/summary\u003e\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. It is a computerised sewing machine and does not connect to an embroidery unit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIRECT SEWING --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-direct-sewing\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eBuy from New Zealand sewing-machine specialists\u003c\/span\u003e\n\n      \u003ch3\u003ePortable sewing backed by experienced support\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Direct Sewing has supplied sewing, quilting, embroidery and overlocking equipment throughout New Zealand since 2001. Our experienced team can explain the TM30’s controls, stitch selection, threading, buttonhole function and compatible accessories.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Every machine is backed by genuine product knowledge, nationwide support and our own in-house technical workshop with technicians who understand Janome sewing machines.\n      \u003c\/p\u003e\n\n      \u003cp style=\"margin-bottom:0;\"\u003e\n        For beginners, students and sewists who want a compact machine that remains capable and enjoyable to use, the Janome TM30 Travel Mate is an excellent portable computerised sewing machine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Direct Sewing Machines \u0026 Supplies","offers":[{"title":"Default Title","offer_id":46255874408669,"sku":"TM30","price":549.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0222\/3324\/files\/FeatureImages-TM30-1.jpg?v=1741075341","url":"https:\/\/www.directsewing.co.nz\/products\/janome-tm30-travel-mate-sewing-machine","provider":"Direct Sewing Machines \u0026 Supplies","version":"1.0","type":"link"}