Janome Memory Craft 100E
.ds-mc100e { --ds-black: #171717; --ds-dark-grey: #414141; --ds-grey: #626262; --ds-light: #f7f5f4; --ds-border: #e1dddb; --ds-white: #ffffff; --ds-coral: #df7773; --ds-dark-coral: #a44f4c; --ds-soft-coral: #fff3f1; --ds-purple: #74659d; max-width: 1180px; margin: 0 auto; color: var(--ds-black); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; } .ds-mc100e *, .ds-mc100e *::before, .ds-mc100e *::after { box-sizing: border-box; } .ds-mc100e img { display: block; width: 100%; height: auto; } .ds-mc100e h2, .ds-mc100e h3, .ds-mc100e h4 { margin-top: 0; color: var(--ds-black); line-height: 1.18; } .ds-mc100e h2 { margin-bottom: 20px; font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.04em; } .ds-mc100e h3 { margin-bottom: 18px; font-size: clamp(26px, 3.4vw, 39px); letter-spacing: -0.03em; } .ds-mc100e h4 { margin-bottom: 9px; font-size: 19px; } .ds-mc100e p { margin-top: 0; margin-bottom: 18px; } .ds-mc100e a { color: inherit; } .ds-mc100e .ds-section { padding: 58px 0; border-bottom: 1px solid var(--ds-border); } .ds-mc100e .ds-section:last-child { border-bottom: 0; } .ds-mc100e .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--ds-dark-coral); font-size: 13px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; } .ds-mc100e .ds-lead { max-width: 840px; color: var(--ds-dark-grey); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; } .ds-mc100e .ds-hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); align-items: center; gap: clamp(34px, 6vw, 76px); padding: 34px 0 60px; border-bottom: 1px solid var(--ds-border); } .ds-mc100e .ds-hero-image { margin: 0; overflow: hidden; background: var(--ds-soft-coral); border-radius: 20px; } .ds-mc100e .ds-hero-image img { aspect-ratio: 1 / 1; object-fit: cover; } .ds-mc100e .ds-caption { padding: 11px 15px 15px; color: #696969; font-size: 13px; line-height: 1.45; text-align: center; } .ds-mc100e .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); gap: 10px; margin: 30px 0; } .ds-mc100e .ds-stat { padding: 18px 13px; background: var(--ds-light); border: 1px solid #ece8e6; border-radius: 12px; text-align: center; } .ds-mc100e .ds-stat-number { display: block; font-size: 23px; font-weight: 780; line-height: 1.15; } .ds-mc100e .ds-stat-label { display: block; margin-top: 6px; color: #666666; font-size: 12px; line-height: 1.35; } .ds-mc100e .ds-button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 25px; } .ds-mc100e .ds-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--ds-black); border-radius: 7px; background: var(--ds-black); color: var(--ds-white); font-size: 15px; font-weight: 680; line-height: 1.25; text-align: center; text-decoration: none; transition: opacity 0.2s ease, transform 0.2s ease; } .ds-mc100e .ds-button:hover { opacity: 0.86; transform: translateY(-1px); } .ds-mc100e .ds-button-secondary { background: transparent; color: var(--ds-black); } .ds-mc100e .ds-intro { max-width: 950px; } .ds-mc100e .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-mc100e .ds-feature-card { padding: 26px; background: var(--ds-light); border: 1px solid #ebe7e5; border-radius: 15px; } .ds-mc100e .ds-feature-number { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--ds-black); color: var(--ds-white); font-size: 13px; font-weight: 700; } .ds-mc100e .ds-feature-card p { margin-bottom: 0; color: var(--ds-grey); font-size: 15px; line-height: 1.65; } .ds-mc100e .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(30px, 6vw, 72px); } .ds-mc100e .ds-split-image { margin: 0; overflow: hidden; background: var(--ds-light); border-radius: 17px; } .ds-mc100e .ds-split-image img { min-height: 280px; aspect-ratio: 4 / 3; object-fit: contain; padding: 25px; background: var(--ds-white); } .ds-mc100e .ds-split-image.ds-wide img { aspect-ratio: 5 / 3; } .ds-mc100e .ds-check-list, .ds-mc100e .ds-accessory-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr)); gap: 10px 28px; margin: 23px 0 0; padding: 0; list-style: none; } .ds-mc100e .ds-check-list li, .ds-mc100e .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-mc100e .ds-check-list li::before, .ds-mc100e .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--ds-coral); content: "✓"; font-weight: 750; } .ds-mc100e .ds-callout { padding: clamp(28px, 5vw, 50px); overflow: hidden; background: var(--ds-black); border-radius: 18px; color: var(--ds-white); } .ds-mc100e .ds-callout h3, .ds-mc100e .ds-callout h4 { color: var(--ds-white); } .ds-mc100e .ds-callout p:last-child { margin-bottom: 0; } .ds-mc100e .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 38px; } .ds-mc100e .ds-callout-image { margin: 0; overflow: hidden; background: var(--ds-white); border-radius: 13px; } .ds-mc100e .ds-callout-image img { min-height: 265px; aspect-ratio: 4 / 3; object-fit: contain; padding: 22px; } .ds-mc100e .ds-note { padding: 24px 26px; border-left: 4px solid var(--ds-coral); background: var(--ds-soft-coral); border-radius: 4px 12px 12px 4px; } .ds-mc100e .ds-note p:last-child { margin-bottom: 0; } .ds-mc100e .ds-package { padding: clamp(27px, 5vw, 46px); background: var(--ds-soft-coral); border: 1px solid #f1d9d6; border-radius: 17px; } .ds-mc100e .ds-package h3 { margin-bottom: 13px; } .ds-mc100e .ds-benefit-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 12px; margin-top: 27px; } .ds-mc100e .ds-benefit { padding: 19px; border: 1px solid var(--ds-border); border-radius: 11px; background: var(--ds-white); } .ds-mc100e .ds-benefit h4 { font-size: 16px; } .ds-mc100e .ds-benefit p { margin-bottom: 0; color: var(--ds-grey); font-size: 14px; line-height: 1.55; } .ds-mc100e .ds-hoop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 13px; margin-top: 26px; } .ds-mc100e .ds-hoop-card { padding: 21px 18px; border: 1px solid var(--ds-border); border-radius: 12px; background: var(--ds-white); text-align: center; } .ds-mc100e .ds-hoop-card strong { display: block; margin-bottom: 5px; font-size: 18px; } .ds-mc100e .ds-hoop-card span { display: block; color: var(--ds-grey); font-size: 13px; line-height: 1.4; } .ds-mc100e .ds-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 16px; margin-top: 28px; } .ds-mc100e .ds-gallery figure { overflow: hidden; margin: 0; background: var(--ds-light); border: 1px solid var(--ds-border); border-radius: 14px; } .ds-mc100e .ds-gallery img { height: 215px; object-fit: contain; padding: 17px; background: var(--ds-white); } .ds-mc100e .ds-gallery figcaption { min-height: 84px; padding: 14px 15px; color: #555555; font-size: 13px; line-height: 1.45; } .ds-mc100e .ds-use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr)); gap: 12px; margin-top: 25px; } .ds-mc100e .ds-use-item { padding: 18px 15px; border: 1px solid var(--ds-border); border-radius: 10px; background: var(--ds-white); text-align: center; } .ds-mc100e .ds-use-item span { display: block; font-size: 15px; line-height: 1.4; } .ds-mc100e .ds-video-wrap { position: relative; width: 100%; margin-top: 28px; overflow: hidden; padding-bottom: 56.25%; background: #000000; border-radius: 16px; } .ds-mc100e .ds-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .ds-mc100e .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--ds-border); border-radius: 12px; } .ds-mc100e table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--ds-white); } .ds-mc100e th, .ds-mc100e td { padding: 14px 16px; border-bottom: 1px solid var(--ds-border); vertical-align: top; text-align: left; } .ds-mc100e th { width: 38%; background: var(--ds-light); color: var(--ds-black); font-size: 14px; font-weight: 680; } .ds-mc100e td { color: #4b4b4b; font-size: 14px; } .ds-mc100e tr:last-child th, .ds-mc100e tr:last-child td { border-bottom: 0; } .ds-mc100e details { margin-top: 13px; overflow: hidden; border: 1px solid var(--ds-border); border-radius: 10px; background: var(--ds-white); } .ds-mc100e summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ds-black); font-size: 16px; font-weight: 680; list-style: none; } .ds-mc100e summary::-webkit-details-marker { display: none; } .ds-mc100e summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--ds-coral); content: "+"; font-size: 26px; font-weight: 400; } .ds-mc100e details[open] summary::after { content: "−"; } .ds-mc100e .ds-details-content { padding: 0 19px 20px; color: var(--ds-grey); } .ds-mc100e .ds-details-content p:last-child, .ds-mc100e .ds-details-content ul:last-child { margin-bottom: 0; } .ds-mc100e .ds-details-content ul { padding-left: 22px; } .ds-mc100e .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-mc100e .ds-resource-card { display: flex; min-height: 205px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--ds-border); border-radius: 14px; background: var(--ds-light); } .ds-mc100e .ds-resource-card p { color: var(--ds-grey); font-size: 14px; line-height: 1.55; } .ds-mc100e .ds-resource-link { display: inline-block; color: var(--ds-dark-coral); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-mc100e .ds-resource-link:hover { text-decoration: underline; } .ds-mc100e .ds-direct-sewing { padding: clamp(30px, 5vw, 52px); background: var(--ds-light); border-radius: 17px; text-align: center; } .ds-mc100e .ds-direct-sewing p { max-width: 840px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-mc100e { font-size: 15px; } .ds-mc100e .ds-section { padding: 44px 0; } .ds-mc100e .ds-hero { padding-top: 16px; padding-bottom: 44px; } .ds-mc100e .ds-hero-copy { order: 1; } .ds-mc100e .ds-hero-image { order: 2; } .ds-mc100e .ds-button-row, .ds-mc100e .ds-button { width: 100%; } .ds-mc100e .ds-stat-grid { grid-template-columns: repeat(2, 1fr); } .ds-mc100e .ds-feature-card { padding: 22px; } .ds-mc100e .ds-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ds-mc100e .ds-gallery img { height: 170px; padding: 12px; } .ds-mc100e .ds-gallery figcaption { min-height: 108px; padding: 11px; font-size: 12px; } .ds-mc100e .ds-use-grid, .ds-mc100e .ds-hoop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ds-mc100e .ds-use-item { padding: 15px 10px; } } @media (max-width: 420px) { .ds-mc100e .ds-gallery { grid-template-columns: 1fr; } .ds-mc100e .ds-gallery figcaption { min-height: 0; } } Compact computerised embroidery machine Janome Memory Craft 100E Personalise clothing, gifts and home décor with beautiful Janome embroidery. The Memory Craft 100E combines 274 built-in designs, a generous 140mm square hoop, advanced on-screen editing, USB design import and genuine free-arm embroidery capability in one compact, dedicated embroidery machine. 140 × 140mm maximum embroidery area 274 built-in embroidery designs 660 SPM maximum embroidery speed 3.5-inch colour touchscreen View Instruction Manual Download NZ/AU Brochure The Janome Memory Craft 100E is a dedicated embroidery-only machine with a built-in swing-out embroidery arm. Your compact embroidery specialist Everything you need to begin creating personalised embroidery The Memory Craft 100E is designed for makers who want the creativity of computerised machine embroidery without the size or complexity of a larger sewing-and-embroidery combination machine. It is completely dedicated to embroidery, giving you a purpose-built platform for embellishing garments, children’s clothing, bags, quilt blocks, towels, labels, gifts, home décor and accessories. The built-in embroidery arm swings out from behind the machine when required and folds neatly away afterwards. This keeps the machine compact for transport and storage while still providing a useful 140mm × 140mm maximum embroidery area. New Zealand and Australian package Ready to embroider with the full-size SQ14e hoop included The regional package includes the largest hoop supported by the machine, together with the essential tools required to begin embroidery. SQ14e 140 × 140mm hoop Embroidery Foot P Four genuine Janome bobbins Standard bobbin holder Special embroidery bobbin holder Needle set Embroidery scissors Touchscreen stylus Bobbin-holder cleaner Threading-guide sticker Hard-copy instruction manual Janome-branded soft cover Why the Memory Craft 100E stands out Advanced embroidery features made approachable 01 274 built-in designs Explore floral, children’s, redwork, whitework, appliqué, lace, cross-stitch, name-tag, in-the-hoop and everyday embroidery categories. 02 140mm square embroidery field The included SQ14e hoop provides a practical embroidery area for names, motifs, quilt blocks, patches, labels and decorative projects. 03 Advanced on-screen editing Resize, rotate, flip, combine, duplicate, group, zoom and recolour embroidery designs directly on the machine. 04 USB design import Transfer compatible embroidery designs using a USB flash drive and save additional patterns to the machine’s built-in memory. 05 Free-arm embroidery Add the optional free-arm hoops to embroider finished tubular items such as sleeves, trouser legs, socks and baby clothing. 06 Optical bobbin monitoring The machine continuously monitors the bobbin supply and pauses with an on-screen warning when the thread is running low. 07 Automatic jump-thread trimming Reduce manual finishing by allowing the machine to trim suitable jump threads automatically during embroidery. 08 Superior Needle Threader 2 Janome’s refined needle-threading system guides the upper thread through the eye of the needle quickly and accurately. Compact by design A built-in embroidery arm that swings neatly into position Rather than attaching a large embroidery unit to the side of the machine, the Memory Craft 100E stores its embroidery arm behind the machine. Release the arm and swing it into position when you are ready to embroider. When your project is complete, it folds back behind the machine for carrying and storage. This creates a smaller overall footprint while keeping the embroidery system permanently available and correctly aligned. The built-in collection includes motifs, appliqué, children’s designs and in-the-hoop projects. Creativity built into the machine 274 embroidery designs across 18 categories Begin creating without purchasing additional designs. The built-in collection covers a broad range of projects, styles and techniques. Floral and garden designs Baby and children’s motifs Everyday and holiday designs Redwork embroidery Whitework embroidery Cross-stitch motifs Appliqué designs Embroidery lace Fringe embroidery Name-tag designs In-the-hoop projects Decorative alphabet motifs Names, labels and personal messages Built-in lettering and monogramming Add names, dates, initials and personal messages directly from the touchscreen without creating the lettering in external software. Eleven English fonts Choose from traditional, modern, script, block and speciality lettering styles. Additional character sets The regional machine also includes three Russian and three Japanese font selections. Two-letter monograms Create balanced two-initial layouts directly from the built-in monogramming menu. Three-letter monograms Build traditional three-letter monograms for towels, bags, garments and gifts. Curved lettering Arrange suitable lettering in an arc to follow badges, circles and decorative motifs. Border designs Create repeating decorative arrangements using the built-in border design collection. Create directly on the machine 3.5-inch high-definition colour touchscreen Browse designs, add lettering, change thread colours and adjust your layout on the bright colour touchscreen. Editing controls are presented in a clear, icon-based format, with the supplied stylus providing accurate selection and positioning. Resize from approximately 80% to 120% Rotate embroidery designs Flip designs horizontally Combine multiple designs Duplicate design elements Group selected objects Zoom for closer positioning Change displayed thread colours Single-colour embroidery mode Adjust hoop position Designs and lettering can be selected, edited and positioned directly on the colour screen. Simpler project preparation An easier hoop-tightening system The SQ14e hoop uses a lever-assisted tightening mechanism with open, adjustment and locked positions. Leave the lever fully open while positioning the fabric and stabiliser. Move it to the intermediate position for final alignment, then close it completely to secure the project. The traditional tightening screw remains available for fine adjustment, helping you achieve firm hooping without unnecessary fabric distortion. Choose the right hoop for the project One standard hoop and three optional sizes The full-size SQ14e hoop is supplied with the machine. Smaller optional hoops can reduce stabiliser waste and improve control when embroidering compact designs or finished tubular items. SQ14e 140 × 140mmIncluded with machine SQ10e 100 × 100mmOptional square hoop FA10e 100 × 40mmOptional free-arm hoop FA5e 50 × 50mmOptional free-arm hoop SQ10e provides a compact square field for smaller motifs and monograms. FA10e is designed for narrow free-arm embroidery on suitable finished items. FA5e creates a compact 50mm square field for small names and motifs. Optional free-arm hoops allow suitable tubular items to slide around the machine arm. Embroider difficult finished items Genuine free-arm embroidery capability Many home embroidery machines require sleeves, trouser legs or baby garments to be opened at a seam before they can be laid flat in a hoop. The MC100E’s optional FA10e and FA5e hoops allow suitable tubular items to slide around the free arm, helping you embroider finished garments without dismantling them first. This makes the machine especially useful for children’s clothing, narrow sleeves, cuffs, socks, small pockets and other compact finished projects. Expand beyond the built-in collection Import compatible embroidery designs through USB Transfer compatible embroidery files from a computer to a USB flash drive, insert it into the machine and open the design from the touchscreen. The New Zealand and Australian model supports USB flash drives up to 16GB. Designs must use a compatible format, fit within the selected hoop and remain within the machine’s stitch-count limits. Single USB port USB flash drives up to 16GB Janome JEF and JEF+ design support JPX design support Up to 200,000 stitches per design Approximately 2MB built-in memory Adjustable hoop positioning Flexible stitch travel Fewer interrupted stitch-outs Automatic thread management and monitoring The Memory Craft 100E monitors both the upper and bobbin threads while embroidery is running. If the upper thread breaks, the machine stops and allows you to move backwards through the design before restarting. The optical bobbin sensor monitors the lower thread supply and warns you when it is nearly empty. Suitable jump threads can be trimmed automatically, while the automatic thread cutter cuts the top and bobbin threads together at the end of a design. Upper-thread break sensor Optical bobbin sensor Automatic jump-thread trimming Automatic return after thread break Automatic upper and bobbin cutter Adjustable embroidery speed The optical bobbin sensor monitors the remaining lower-thread supply during embroidery. Quick and reliable preparation Superior Needle Threader 2 Follow the clearly marked threading route, position the thread in the needle-threader guide and lower the lever. Release the mechanism and the thread is guided through the eye of the embroidery needle, helping you prepare the machine quickly between colour changes. The top-loading Easy Set Bobbin path also includes a built-in cutting blade for straightforward lower-thread preparation. Scan supported QR codes to access additional Janome machine information on a compatible device. Support at your fingertips Scan QR codes for useful machine guidance The MC100E can display QR codes that connect a compatible phone or tablet to supporting Janome information. Available resources can include machine guidance, instructional videos, embroidery design references and icon explanations. A complete hard-copy instruction manual is also supplied with the New Zealand and Australian machine. Go beyond standard embroidery thread Compatible with embroidery couching and cutwork Embroidery couching Add the optional couching foot and use compatible designs to secure yarn across fabric, creating textured and dimensional embroidery. Cutwork embroidery The optional cutwork kit replaces the ordinary needle with specialist cutting needles to create patches, appliqué pieces and decorative cutwork. Artistic Digitizer Optional Janome Artistic Digitizer software lets you create and edit original embroidery designs on compatible Windows and Mac computers. AcuStitch Optional Windows software provides another route for organising, editing and transferring compatible embroidery designs. Couching designs secure yarn to the fabric for textured embroidery effects. The optional cutwork kit includes cutting needles, a needle holder and supporting resources. Create patches, lettering and shaped appliqué elements using compatible cutwork designs. What can you create? A versatile embroidery machine for personalisation and small creative production Names and monograms Children’s clothing Baby gifts Quilt blocks Towels and linen Bags and pouches Garment embellishment Patches and badges Name tags In-the-hoop projects Home décor Small creative businesses Important information before purchasing The Memory Craft 100E is an embroidery-only machine. It does not sew ordinary construction seams, buttonholes or decorative sewing-machine stitches outside embroidery mode. The maximum embroidery area is 140 × 140mm. Designs larger than this must be resized, split using suitable embroidery software or created on a machine with a larger embroidery field. Free-arm embroidery requires the optional FA10e or FA5e hoop. The extra-wide table, digitising software, couching foot and cutwork equipment are also optional purchases. See the MC100E in action Official Janome Memory Craft 100E overview Explore the machine’s compact embroidery arm, touchscreen, hooping system and principal embroidery features in Janome’s official overview. Everything supplied Janome Memory Craft 100E standard accessories Embroidery hoop and machine equipment SQ14e embroidery hoop, 140 × 140mm SQ14e hoop template Metal Embroidery Foot P Standard bobbin holder fitted in the machine Special embroidery bobbin holder for alternative bobbin thread Single-hole embroidery needle plate Touch-panel stylus Embroidery scissors Bobbin-holder cleaner Bobbins, needles and threading accessories Four genuine Janome plastic bobbins Needle set Additional spool pin Large spool holders × 2 Small spool holders × 2 Screwdriver Lint brush Threading-guide sticker Manuals, reference material and cover Hard-copy instruction manual Downloadable built-in design chart Official instructional video resources Power cable Janome-branded soft machine cover Technical information Janome Memory Craft 100E specifications Machine type Dedicated single-needle computerised embroidery machine Maximum embroidery area 140 × 140mm Standard embroidery hoop SQ14e 140 × 140mm hoop and template Built-in embroidery designs 274 designs arranged across 18 categories English embroidery fonts 11 Additional regional fonts Three Russian and three Japanese font selections Monogramming Two-letter and three-letter monograms, lettering, emblems and border designs Maximum embroidery speed Up to 660 stitches per minute Adjustable embroidery speed Yes, approximately 400 to 660 stitches per minute Maximum stitches per design 200,000 Machine screen 3.5-inch high-definition colour LCD touchscreen On-screen editing Resize, rotate, combine, duplicate, flip, arc, group, zoom, recolour and single-colour stitching Design transfer USB flash drive through one USB port Regional USB capacity Compatible USB flash drives up to 16GB Embroidery formats Compatible Janome embroidery formats including JEF, JEF+ and JPX Built-in memory Approximately 2MB Jump-thread trimming Programmable automatic trimming Thread-break recovery Automatic return and flexible stitch travel Upper-thread sensor Yes Bobbin-thread sensor Optical constant-monitoring sensor Automatic thread cutter Yes, cuts the upper and bobbin threads together Needle threader Superior Needle Threader 2 Thread tension Manual adjustment Bobbin system Top-loading full rotary hook with Easy Set Bobbin path Bobbin winding Automatic-declutch bobbin winder with plate and built-in cutter Embroidery unit Built-in rear swing-out embroidery arm Free-arm embroidery Yes, using optional FA10e or FA5e hoops Workspace Approximately 183.5mm wide × 110mm high Lighting Two white LED lights across two locations Start and stop button Yes Safety lock button Yes, for threading, needle changes and maintenance Foot controller Not required or supplied Multi-language interface 16 selectable languages Machine dimensions 432mm wide × 301mm high × 270mm deep, including embroidery unit Machine weight Approximately 9.1kg Internal frame Rigid die-cast aluminium construction Machine cover Janome-branded soft cover included Extra-wide extension table Optional accessory Expand your embroidery setup Popular optional accessories Optional embroidery hoops Part number Accessory 819401007 SQ10e embroidery hoop and template, 100 × 100mm 819402008 FA10e free-arm embroidery hoop and template, 100 × 40mm 819403009 FA5e free-arm embroidery hoop and template, 50 × 50mm Tables, thread stands and embroidery attachments Part number Accessory 819404206 Extra-wide extension table 859429016 Two-thread spool stand 859430009 Five-thread spool stand 202316004 Embroidery couching foot set 202543002 Cutwork embroidery kit 202233006 Special spool holder Optional embroidery software Part number Software 202390002 Janome Artistic Digitizer full version for compatible Windows or Mac computers 202395007 Janome Artistic Digitizer Junior for compatible Windows or Mac computers 202419008 Janome AcuStitch software for compatible Windows computers Recommended needles and bobbins Part number Accessory 202122001 Janome Purple Tip Needles, size 14, pack of five 200346007 Janome Blue Tip Needles, size 11, pack of five 5117075BL Organ anti-glue embroidery needles, size 11/75, pack of five 202010027 Janome plastic bobbins, pack of ten 202010038 Janome plastic bobbins, pack of five Accessory availability and regional part numbers can change. Contact Direct Sewing to confirm current compatibility and stock. Manuals and official resources Learn more about the Memory Craft 100E Instruction Manual Read the complete operating guide covering threading, hooping, editing, embroidery, care and troubleshooting. Open instruction manual → NZ and AU Brochure View the official regional brochure with machine specifications and New Zealand accessory information. Open regional brochure → Official Feature Sheet Review a concise overview of the embroidery features, accessories and optional hoop sizes. Open feature sheet → Built-In Design Chart Browse the built-in embroidery motifs, lettering, monograms, borders and normal-sew patterns. View design chart → Official Global Product Guide Explore detailed Janome information about free-arm embroidery, editing, hooping and optional accessories. View global guide → Embroidery Couching Designs Access official couching information and compatible design downloads for the optional couching foot. View couching resources → Regional Product Information View Janome Australia and New Zealand’s specifications, accessories and official product information. Visit Janome → Frequently asked questions Janome Memory Craft 100E FAQ Is the Janome Memory Craft 100E embroidery only? Yes. The MC100E is a dedicated embroidery-only machine. It does not perform ordinary sewing-machine construction stitches. What is the maximum embroidery size? The maximum embroidery area is 140 × 140mm using the included SQ14e hoop. How many embroidery designs are built in? The machine includes 274 embroidery designs arranged across 18 categories, together with built-in lettering, monograms, borders and related pattern options. Can I import my own embroidery designs? Yes. Compatible embroidery designs can be transferred using a USB flash drive. The design must fit within the selected hoop and machine limits. Which embroidery hoop is included? The SQ14e 140 × 140mm hoop and template are supplied as standard. Can the MC100E embroider sleeves and small tubular items? Yes, using the optional FA10e or FA5e free-arm hoop. These allow suitable sleeves, trouser legs and small finished garments to slide around the machine arm. Are the free-arm embroidery hoops included? No. The FA10e and FA5e free-arm hoops are optional accessories. Does the machine automatically cut jump threads? Yes. Programmable jump-thread trimming is available for suitable embroidery designs and settings. What happens if the upper thread breaks? The upper-thread sensor stops the machine. You can rethread it, travel backwards through the design and continue from the required position. Does it warn me when the bobbin is running low? Yes. An optical sensor continuously monitors the bobbin thread and displays a warning when the supply becomes low. Can I resize and combine designs on the machine? Yes. The colour touchscreen supports resizing, rotating, flipping, combining, duplicating, grouping, zooming and colour editing. Does it include embroidery lettering? Yes. It includes 11 English fonts, additional regional character sets and two-letter and three-letter monogramming. Is embroidery software included? The machine can be used without digitising software because it includes built-in designs and USB import. Artistic Digitizer and AcuStitch are optional software packages for creating or editing additional designs. Can the MC100E do embroidery couching? Yes. Embroidery couching is supported when the optional couching foot and compatible couching designs are used. Can it do cutwork embroidery? Yes. Janome’s optional cutwork embroidery kit allows compatible cutwork projects to be created using specialist cutting needles and designs. Is the extra-wide table included? No. The extra-wide table is available separately as an optional accessory. How large and heavy is the machine? The machine measures approximately 432mm wide × 301mm high × 270mm deep and weighs approximately 9.1kg, including the built-in embroidery unit. Buy from New Zealand embroidery specialists Start embroidery with knowledgeable local support Direct Sewing has supplied sewing and embroidery equipment throughout New Zealand since 2001. Our experienced team can demonstrate the Memory Craft 100E and help you understand hooping, stabilisers, embroidery threads, needles, USB design transfer and optional accessories. With genuine product knowledge, nationwide support and an in-house technical workshop, you can purchase with confidence and continue receiving assistance long after your machine leaves our showroom. For makers looking for an approachable, compact and capable introduction to dedicated computerised embroidery, the Janome Memory Craft 100E is an outstanding place to begin.
More you might like
Related
Janome Memory Craft 100E
Related
Janome Memory Craft 100E
Related
Janome Horizon Memory Craft 100E
Related