Janome Overlocker Mylock 454D
.ds-ml454d { --navy: #123f61; --blue: #347fa9; --ocean: #eaf6fb; --ink: #17202a; --grey: #626a72; --light: #f5f7f8; --border: #dce2e6; --white: #ffffff; max-width: 1180px; margin: 0 auto; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; } .ds-ml454d *, .ds-ml454d *::before, .ds-ml454d *::after { box-sizing: border-box; } .ds-ml454d img { display: block; width: 100%; height: auto; } .ds-ml454d h2, .ds-ml454d h3, .ds-ml454d h4 { margin-top: 0; color: var(--ink); line-height: 1.18; } .ds-ml454d h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.04em; } .ds-ml454d h3 { margin-bottom: 18px; font-size: clamp(27px, 3.4vw, 40px); letter-spacing: -0.03em; } .ds-ml454d h4 { margin-bottom: 9px; font-size: 19px; } .ds-ml454d p { margin-top: 0; margin-bottom: 18px; } .ds-ml454d .ds-section { padding: 58px 0; border-bottom: 1px solid var(--border); } .ds-ml454d .ds-section:last-child { border-bottom: 0; } .ds-ml454d .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; } .ds-ml454d .ds-lead { max-width: 880px; color: #3f4850; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; } .ds-ml454d .ds-hero { padding: 24px 0 60px; border-bottom: 1px solid var(--border); } .ds-ml454d .ds-hero-copy { max-width: 960px; margin: 0 auto 34px; text-align: center; } .ds-ml454d .ds-hero-copy .ds-lead { margin-right: auto; margin-left: auto; } .ds-ml454d .ds-hero-image { margin: 0; overflow: hidden; background: var(--navy); border-radius: 20px; } .ds-ml454d .ds-hero-image img { aspect-ratio: 1000 / 381; object-fit: cover; } .ds-ml454d .ds-caption { padding: 12px 15px 15px; color: #687078; font-size: 13px; line-height: 1.45; text-align: center; } .ds-ml454d .ds-hero-image .ds-caption { color: #eef7fb; } .ds-ml454d .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; max-width: 900px; margin: 30px auto; } .ds-ml454d .ds-stat { padding: 18px 13px; background: var(--light); border: 1px solid #e5eaed; border-radius: 12px; text-align: center; } .ds-ml454d .ds-stat-number { display: block; font-size: 23px; font-weight: 780; line-height: 1.15; } .ds-ml454d .ds-stat-label { display: block; margin-top: 6px; color: #697078; font-size: 12px; line-height: 1.35; } .ds-ml454d .ds-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 25px; } .ds-ml454d .ds-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: var(--white); font-size: 15px; font-weight: 680; line-height: 1.25; text-align: center; text-decoration: none; } .ds-ml454d .ds-button:hover { opacity: 0.86; } .ds-ml454d .ds-button-secondary { background: transparent; color: var(--ink); } .ds-ml454d .ds-package { padding: clamp(28px, 5vw, 47px); background: var(--ocean); border: 1px solid #d3e8f2; border-radius: 17px; } .ds-ml454d .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-ml454d .ds-feature-card { padding: 26px; background: var(--light); border: 1px solid #e5eaed; border-radius: 15px; } .ds-ml454d .ds-feature-number { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 13px; font-weight: 700; } .ds-ml454d .ds-feature-card p { margin-bottom: 0; color: var(--grey); font-size: 15px; line-height: 1.65; } .ds-ml454d .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(30px, 6vw, 72px); } .ds-ml454d .ds-split-image { margin: 0; overflow: hidden; background: var(--light); border-radius: 17px; } .ds-ml454d .ds-split-image img { min-height: 275px; aspect-ratio: 4 / 3; object-fit: contain; padding: 24px; background: var(--white); } .ds-ml454d .ds-check-list, .ds-ml454d .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-ml454d .ds-check-list li, .ds-ml454d .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-ml454d .ds-check-list li::before, .ds-ml454d .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--blue); content: "✓"; font-weight: 750; } .ds-ml454d .ds-callout { padding: clamp(29px, 5vw, 51px); overflow: hidden; background: var(--navy); border-radius: 18px; color: var(--white); } .ds-ml454d .ds-callout h3, .ds-ml454d .ds-callout h4 { color: var(--white); } .ds-ml454d .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 38px; } .ds-ml454d .ds-callout-image { margin: 0; overflow: hidden; background: var(--white); border-radius: 13px; } .ds-ml454d .ds-callout-image img { min-height: 255px; aspect-ratio: 4 / 3; object-fit: contain; padding: 22px; } .ds-ml454d .ds-note { padding: 24px 26px; border-left: 4px solid var(--blue); background: var(--ocean); border-radius: 4px 12px 12px 4px; } .ds-ml454d .ds-note p:last-child { margin-bottom: 0; } .ds-ml454d .ds-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 12px; margin-top: 27px; } .ds-ml454d .ds-benefit { padding: 19px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); } .ds-ml454d .ds-benefit h4 { font-size: 16px; } .ds-ml454d .ds-benefit p { margin-bottom: 0; color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-ml454d .ds-use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr)); gap: 12px; margin-top: 25px; } .ds-ml454d .ds-use-item { padding: 18px 15px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); text-align: center; } .ds-ml454d .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; } .ds-ml454d table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); } .ds-ml454d th, .ds-ml454d td { padding: 14px 16px; border-bottom: 1px solid var(--border); vertical-align: top; text-align: left; } .ds-ml454d th { width: 38%; background: var(--light); color: var(--ink); font-size: 14px; font-weight: 680; } .ds-ml454d td { color: #4c5359; font-size: 14px; } .ds-ml454d tr:last-child th, .ds-ml454d tr:last-child td { border-bottom: 0; } .ds-ml454d details { margin-top: 13px; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--white); } .ds-ml454d summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 680; list-style: none; } .ds-ml454d summary::-webkit-details-marker { display: none; } .ds-ml454d summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--blue); content: "+"; font-size: 26px; } .ds-ml454d details[open] summary::after { content: "−"; } .ds-ml454d .ds-details-content { padding: 0 19px 20px; color: var(--grey); } .ds-ml454d .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-ml454d .ds-resource-card { display: flex; min-height: 205px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: var(--light); } .ds-ml454d .ds-resource-card p { color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-ml454d .ds-resource-link { color: var(--navy); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-ml454d .ds-resource-link:hover { text-decoration: underline; } .ds-ml454d .ds-direct-sewing { padding: clamp(31px, 5vw, 52px); background: var(--light); border-radius: 17px; text-align: center; } .ds-ml454d .ds-direct-sewing p { max-width: 860px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-ml454d { font-size: 15px; } .ds-ml454d .ds-section { padding: 44px 0; } .ds-ml454d .ds-hero { padding-top: 14px; padding-bottom: 44px; } .ds-ml454d .ds-hero-image img { min-height: 285px; aspect-ratio: auto; object-fit: cover; object-position: center; } .ds-ml454d .ds-button-row, .ds-ml454d .ds-button { width: 100%; } .ds-ml454d .ds-stat-grid, .ds-ml454d .ds-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } Smooth and capable 3 and 4-thread overlocker Janome MyLock 454D Sailing Line Create secure stretch seams, professionally finished garment interiors and beautifully overlocked fabric edges with a compact machine engineered for smoother feeding and quieter operation. The Janome MyLock 454D combines an eight-piece feed system, easy lower-looper threading, differential feed and an improved Sailing Line presser foot. 3 / 4 thread configurations 1,300 SPM maximum sewing speed 8-piece feed dog system 6.1kg machine weight View Instruction Manual Download Product Brochure Janome’s Sailing Line combines improved feeding, stability and user-friendly conventional threading. Professional finishing made approachable A practical overlocker for garments, knits and alterations The MyLock 454D is an excellent choice for sewists ready to replace slow zigzag edge finishing with faster, cleaner and more professional overlocking. It trims the raw fabric edge while wrapping it securely in thread. Four-thread overlocking can sew and finish stretch seams in one operation, while three-thread configurations are ideal for neatening woven seams, decorative finishing, rolled hems and flatlock effects. The machine uses straightforward colour-coded threading, slide-in tension guides and an accessible lower-looper mechanism. It is conventionally threaded rather than air threaded, keeping the operation familiar and mechanically uncomplicated. New Zealand and Australian package Supplied with the essential tools to begin The regional package includes the standard snap-on presser foot, Janome HAx1SP needles, tweezers, large and small screwdrivers, instruction book and foot controller with power lead. Standard snap-on overlocking foot HAx1SP #11 needles × 2 HAx1SP #14 needles × 3 Large screwdriver Small screwdriver Tweezers Foot controller Power lead Instruction book Built-in carry handle The waste chip box, soft machine cover, additional specialist feet and extra-wide table are optional accessories. Why the MyLock 454D stands out Enhanced fabric handling with easy-to-understand controls 01 Eight-piece feed system Multiple feed sections maintain broad contact with fine fabric, stretch knits and layered seams. 02 Easy lower-looper threading The most difficult threading route is brought into a more accessible position. 03 Three and four-thread sewing Construct stretch seams, finish woven edges, create rolled hems and form flatlock effects. 04 Differential feed Adjust fabric movement from 0.5 to 2.25 to manage waving, puckering and gathering. 05 Improved presser foot A wider tip, underside grooves and a stopper support rolled hems and bulky seam crossings. 06 Lay-in tension guides Slide each thread into its tension path while the presser foot is raised. 07 Quick rolled-hem conversion Change the chaining-finger position without replacing the needle plate. 08 Reduced vibration Special Hanenite rubber feet help deliver quieter and more stable high-speed sewing. Enhanced Sailing Line feeding Eight feed-dog sections improve control The feed dogs maintain contact with the project before, beneath and behind the needle area. This helps fine woven fabrics, jersey, fleece and layered seams move consistently beneath the foot. Additional feeding support is especially valuable when the presser foot climbs over a crossed seam or changes between fabric thicknesses. The enhanced foot improves visibility, rolled-hem guidance and movement across thicker seams. Improved presser-foot engineering Smoother starts and better bi-level sewing The foot has a gently curved leading edge that helps it approach thicker fabric levels smoothly. Grooves beneath the foot help reduce fabric slippage, while the built-in stopper limits excessive tilting when the machine crosses bulky seam intersections. An extended needle-drop guide improves visibility when positioning the fabric before it reaches the knife and needles. Wide rolled-hem tip Gentle leading curve Anti-slip underside grooves Foot-tilt stopper Extended needle-position guide Snap-on attachment Clear conventional threading Slide-in tension guides and colour-coded paths The MyLock 454D is conventionally threaded, with each route clearly organised and identified. Raise the presser foot to release the tension discs, then slide each thread into its corresponding guide. This helps ensure the thread is seated correctly inside the tension system. Separate colours identify the left needle, right needle, upper looper and lower looper. The full sequence is also displayed inside the opening front cover. Lay-in tension Slide thread directly into each tension guide. Tension release Raising the presser foot releases all four tension paths. Colour coding Each needle and looper route has its own colour. Visible diagram The threading chart remains visible while the cover is open. The difficult path made easier Accessible lower-looper threading Open the looper and side covers, then follow the green colour-coded route to the lower-looper mechanism. Janome’s easy-threading system brings the difficult guide into a more convenient position, reducing the need to reach behind the upper-looper assembly. This is not an air-threading system, but it makes conventional lower-looper threading considerably more approachable. Follow the complete threading sequence without relying on memory. Threading guidance built into the machine A full diagram inside the front cover The printed chart shows each thread route in the correct order and identifies every internal guide point. Keeping the chart inside the machine means it remains available whenever threads are changed or the overlocker needs to be rethreaded. Control stretching, puckering and gathering Differential feed from 0.5 to 2.25 Differential feed changes the relationship between the front and rear feed dogs. Increase the setting to help prevent stretch fabrics from becoming wavy or to create controlled gathering. Reduce the setting to help manage puckering on lightweight woven materials or to create a deliberately stretched finish. Stretch knits Help prevent rippled T-shirt and activewear seams. Fine woven fabrics Adjust feeding to help reduce unwanted puckering. Gathering Create controlled fullness by increasing the feed ratio. Lettuce edging Stretch suitable knit fabric during rolled hemming. Garment easing Ease one fabric edge into another during construction. Everyday overlocking Return to the neutral setting for standard flat seams. Quick rolled-hem conversion Change techniques without replacing the plate Move the chaining-finger switch knob from the standard position to the rolled-hem position. With the stitch finger withdrawn, the looper threads can roll the fabric edge into a narrow, dense finish. Rolled hems are ideal for napkins, scarves, ruffles, sheer fabrics and decorative garment edges. Improved guides help each thread enter its tension path correctly. Reliable thread placement Improved slide-in pre-tension guides Each thread passes through a top pre-tension guide before entering its main numbered tension dial. The guide design helps keep thread seated in the correct route and reduces common threading errors that can lead to loose or unbalanced stitches. Stable operation at higher speeds Hanenite rubber feet reduce vibration and noise Overlockers operate quickly and use both needles and cutting knives, which can create vibration through the work surface. Special rubber feet help isolate this vibration, reduce machine movement and create a smoother, quieter sewing experience. Improved motor torque also supports controlled seam starts and movement through layered fabric sections. Specialised rubber feet help keep the machine stable on the sewing table. Adapt the stitch to the project Adjustable stitch length, cutting width and foot pressure Stitch length Adjust from 1 to 4mm for dense edging or longer construction seams. Cutting width Adjust from approximately 3.1 to 7.3mm depending on needle position. Foot pressure Adapt fabric contact for fine, stretch and firmer materials. Retractable knife Disengage the upper knife when fabric trimming is not required. Cutting width using the left needle is approximately 5.3 to 7.3mm. When the left needle is not used, the available range is approximately 3.1 to 5.1mm. Available overlocking techniques Professional finishes for garments and creative sewing Four-thread overlock A strong and flexible construction seam for stretch garments and general overlocking. Three-thread wide overlock Use the left needle for wider edge finishing on medium and heavier materials. Three-thread narrow overlock Use the right needle for a narrower edge finish on light and medium fabrics. Three-thread rolled hem Create a narrow rolled finish for ruffles, scarves, napkins and delicate edges. Flatlock effect Adjust the tension to form a flat decorative or joining stitch. Picot edging Produce a delicate decorative edge on chiffon and other lightweight fabrics. Gathered overlocking Combine differential feed, stitch length and tension to create controlled gathers. Lettuce-leaf edging Stretch knit fabric during rolled hemming to create a decorative wave. Who is the MyLock 454D for? An excellent overlocker for beginners and regular garment makers T-shirts Stretch garments Activewear Childrenswear Woven garments Alterations Seam finishing Rolled hems Flatlock effects Decorative edging Sewing classrooms Frequent home sewing Important information before purchasing The MyLock 454D is a conventional manually threaded overlocker. It does not have air threading or automatic thread tension. It is a three and four-thread model and does not provide two-thread stitching. It does not create a coverstitch. A separate coverstitch machine is required for hems with parallel stitching on top and looped coverage underneath. It has a flat overlocking bed and does not convert to a free arm. It is intended for domestic garment sewing, alterations and creative projects rather than continuous industrial production. Standard regional package Janome MyLock 454D included accessories View all standard accessories Standard snap-on overlocking foot HAx1SP #11 needles × 2 HAx1SP #14 needles × 3 Large screwdriver Small screwdriver Tweezers Foot controller with power lead Instruction book Technical information Janome MyLock 454D Sailing Line specifications Machine type Domestic three and four-thread overlocker Needles One or two Threads Three or four Maximum sewing speed Up to 1,300 stitches per minute Feed system Eight-piece feed dog Differential feed Adjustable from 0.5 to 2.25 Stitch length Adjustable from 1.0 to 4.0mm Cutting width with left needle Approximately 5.3 to 7.3mm Cutting width without left needle Approximately 3.1 to 5.1mm Thread tension Four manual lay-in tension dials Tension release Presser-foot lift releases the tension discs Threading chart Colour-coded chart inside the front cover Lower-looper threading Easy-access lower-looper mechanism Two-thread conversion No Rolled hemming Yes Flatlocking Yes, using three threads and adjusted tension Quick rolled-hem conversion Yes, using the chaining-finger switch knob Upper knife Retractable using an accessible knob Foot pressure Manually adjustable Presser foot Enhanced snap-on Sailing Line foot Lighting LED sewing light Thread cutter Manual cutter on the faceplate Needle system Janome HAx1SP ballpoint needles Free arm No Coverstitch capability No Waste collector Optional Machine cover Optional Foot controller Included Machine dimensions Approximately 311mm wide × 282mm high × 270mm deep Machine weight Approximately 6.1kg Optional accessories Expand the MyLock 454D Optional feet and attachments Beading foot with attachment Blind-stitch foot Cloth guide Cording Foot I for fine thread Cording Foot II for heavier thread Elastic-gathering attachment Gathering foot 1/8-inch piping foot 3/16-inch piping foot Taping foot with tape reel Extra-wide overlocker table Waste chip box Soft dust cover Handheld needle threader Verified official resources Manuals and product information Instruction Manual Complete operating guide covering threading, settings, rolled hems, tension, cleaning and troubleshooting. Open instruction manual → Product Brochure Official Janome sell sheet showing the key Sailing Line features and standard accessories. Open product brochure → Janome New Zealand Regional specifications, standard accessories and optional accessory details. View NZ product page → Janome Global Detailed information about the feed system, presser foot, threading and Sailing Line engineering. View global product guide → Instructional Videos Janome’s official MyLock 454D setup and operating video playlist. Watch official videos → Frequently asked questions Janome MyLock 454D FAQ Does the MyLock 454D have air threading? No. It uses conventional colour-coded threading with lay-in tension guides and an easy-access lower-looper mechanism. Can it sew with two threads? No. The MyLock 454D provides three and four-thread overlocking. Does it have automatic tension? No. Each needle and looper thread has its own manual tension dial. Can it sew a rolled hem? Yes. Move the chaining-finger switch knob into the rolled-hem position without changing the needle plate. Can it flatlock? Yes. A three-thread configuration with adjusted tension can produce a flatlock effect. Can the upper knife be disengaged? Yes. The upper knife can be retracted using the accessible release knob. Does it have adjustable cutting width? Yes. The total available range is approximately 3.1 to 7.3mm, depending on which needle is used. Does it include a waste tray? No. The compatible waste chip box is an optional accessory. Does it create a coverstitch? No. A separate coverstitch machine is required for professional knit hems with parallel top stitching. What is the difference between the MyLock 454D and 654D? The 654D adds two-thread stitching, a two-thread spreader, a waste collector, a broader accessory package and heavier construction. The 454D focuses on the most widely used three and four-thread stitches in a lighter and more affordable machine. Is the MyLock 454D industrial? No. It is a domestic overlocker intended for garment making, alterations and creative sewing rather than continuous industrial production. Buy from New Zealand overlocker specialists Professional finishing backed by knowledgeable support Direct Sewing has supplied sewing, quilting, embroidery and overlocking equipment throughout New Zealand since 2001. Our experienced team can explain threading, tension adjustment, differential feed, cutting width, rolled hems and compatible accessories. With 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 sewists who want dependable three and four-thread overlocking, enhanced feeding and trusted Janome engineering, the MyLock 454D Sailing Line is an excellent everyday overlocker.