Elna 792D 3/4-Thread Overlocker
.ds-elna792d { --red: #d82f35; --red-dark: #941e24; --red-soft: #fff2f2; --blue: #27569a; --blue-dark: #183762; --blue-soft: #eef4fb; --ink: #1e252b; --grey: #626d75; --light: #f7f 8f9; --border: #dce3e7; --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-elna792d *, .ds-elna792d *::before, .ds-elna792d *::after { box-sizing: border-box; } .ds-elna792d img { display: block; width: 100%; height: auto; } .ds-elna792d h2, .ds-elna792d h3, .ds-elna792d h4 { margin-top: 0; color: var(--ink); line-height: 1.18; } .ds-elna792d h2 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 62px); letter-spacing: -0.045em; } .ds-elna792d h3 { margin-bottom: 18px; font-size: clamp(27px, 3.5vw, 42px); letter-spacing: -0.03em; } .ds-elna792d h4 { margin-bottom: 9px; font-size: 19px; } .ds-elna792d p { margin-top: 0; margin-bottom: 18px; } .ds-elna792d .ds-section { padding: 60px 0; border-bottom: 1px solid var(--border); } .ds-elna792d .ds-section:last-child { border-bottom: 0; } .ds-elna792d .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: 13px; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; } .ds-elna792d .ds-lead { max-width: 920px; color: #46515a; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.62; } .ds-elna792d .ds-hero { padding: 26px 0 62px; border-bottom: 1px solid var(--border); } .ds-elna792d .ds-hero-copy { max-width: 1040px; margin: 0 auto 36px; text-align: center; } .ds-elna792d .ds-hero-copy .ds-lead { margin-right: auto; margin-left: auto; } .ds-elna792d .ds-hero-image { margin: 0; overflow: hidden; background: radial-gradient(circle at 50% 42%, #ffffff 0, #f4f7fa 58%, #e3eaf1 100%); border: 1px solid var(--border); border-radius: 22px; } .ds-elna792d .ds-hero-image img { min-height: 470px; aspect-ratio: 16 / 9; object-fit: contain; padding: 28px; } .ds-elna792d .ds-caption { padding: 12px 16px 17px; color: #68737a; font-size: 13px; line-height: 1.45; text-align: center; } .ds-elna792d .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 10px; max-width: 1000px; margin: 30px auto; } .ds-elna792d .ds-stat { padding: 19px 14px; background: var(--light); border: 1px solid #e2e8eb; border-radius: 13px; text-align: center; } .ds-elna792d .ds-stat-number { display: block; font-size: 23px; font-weight: 800; line-height: 1.15; } .ds-elna792d .ds-stat-label { display: block; margin-top: 6px; color: #68737b; font-size: 12px; line-height: 1.35; } .ds-elna792d .ds-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 26px; } .ds-elna792d .ds-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid var(--red-dark); border-radius: 7px; background: var(--red-dark); color: var(--white); font-size: 15px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; } .ds-elna792d .ds-button:hover { opacity: 0.87; } .ds-elna792d .ds-button-secondary { background: transparent; color: var(--red-dark); } .ds-elna792d .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-elna792d .ds-feature-card { padding: 27px; background: var(--light); border: 1px solid #e2e8eb; border-radius: 15px; } .ds-elna792d .ds-feature-number { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--red); color: var(--white); font-size: 13px; font-weight: 750; } .ds-elna792d .ds-feature-card p { margin-bottom: 0; color: var(--grey); font-size: 15px; line-height: 1.65; } .ds-elna792d .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(32px, 6vw, 74px); } .ds-elna792d .ds-visual-panel { padding: clamp(30px, 5vw, 50px); background: radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(145deg, #3568aa, #173762); border-radius: 19px; color: var(--white); } .ds-elna792d .ds-visual-number { display: block; margin-bottom: 9px; font-size: clamp(48px, 8vw, 94px); font-weight: 820; letter-spacing: -0.065em; line-height: 0.95; } .ds-elna792d .ds-visual-label { display: block; font-size: 18px; font-weight: 720; } .ds-elna792d .ds-callout { padding: clamp(31px, 5vw, 54px); overflow: hidden; background: radial-gradient(circle at 90% 15%, rgba(216, 47, 53, 0.22), transparent 28%), var(--ink); border-radius: 19px; color: var(--white); } .ds-elna792d .ds-callout h3, .ds-elna792d .ds-callout h4 { color: var(--white); } .ds-elna792d .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 40px; } .ds-elna792d .ds-check-list, .ds-elna792d .ds-accessory-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 10px 28px; margin: 23px 0 0; padding: 0; list-style: none; } .ds-elna792d .ds-check-list li, .ds-elna792d .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-elna792d .ds-check-list li::before, .ds-elna792d .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--red); content: "✓"; font-weight: 800; } .ds-elna792d .ds-callout .ds-check-list li::before { color: #ffafb3; } .ds-elna792d .ds-note { padding: 25px 27px; border-left: 4px solid var(--red); background: var(--red-soft); border-radius: 4px 13px 13px 4px; } .ds-elna792d .ds-note p:last-child { margin-bottom: 0; } .ds-elna792d .ds-package { padding: clamp(30px, 5vw, 49px); background: var(--blue-soft); border: 1px solid #d1dfed; border-radius: 18px; } .ds-elna792d .ds-use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr)); gap: 13px; margin-top: 27px; } .ds-elna792d .ds-use-item { padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); text-align: center; } .ds-elna792d .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; } .ds-elna792d table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); } .ds-elna792d th, .ds-elna792d td { padding: 14px 16px; border-bottom: 1px solid var(--border); vertical-align: top; text-align: left; } .ds-elna792d th { width: 38%; background: var(--light); color: var(--ink); font-size: 14px; font-weight: 700; } .ds-elna792d td { color: #4d5860; font-size: 14px; } .ds-elna792d tr:last-child th, .ds-elna792d tr:last-child td { border-bottom: 0; } .ds-elna792d details { margin-top: 13px; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--white); } .ds-elna792d summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 700; list-style: none; } .ds-elna792d summary::-webkit-details-marker { display: none; } .ds-elna792d summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--red); content: "+"; font-size: 26px; } .ds-elna792d details[open] summary::after { content: "−"; } .ds-elna792d .ds-details-content { padding: 0 19px 20px; color: var(--grey); } .ds-elna792d .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-elna792d .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-elna792d .ds-resource-card p { color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-elna792d .ds-resource-link { color: var(--red-dark); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-elna792d .ds-resource-link:hover { text-decoration: underline; } .ds-elna792d .ds-direct-sewing { padding: clamp(32px, 5vw, 54px); background: var(--light); border-radius: 18px; text-align: center; } .ds-elna792d .ds-direct-sewing p { max-width: 900px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-elna792d { font-size: 15px; } .ds-elna792d .ds-section { padding: 45px 0; } .ds-elna792d .ds-hero { padding-top: 14px; padding-bottom: 46px; } .ds-elna792d .ds-hero-image img { min-height: 310px; padding: 14px; } .ds-elna792d .ds-button-row, .ds-elna792d .ds-button { width: 100%; } .ds-elna792d .ds-stat-grid, .ds-elna792d .ds-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } Fast 3 and 4-thread differential-feed overlocker Elna 792D Trim, stitch and finish fabric edges in one smooth operation. The Elna 792D combines 3 and 4-thread overlocking, adjustable differential feed, an integrated rolled-hem setting, adjustable cutting width and sewing speeds of up to 1,300 stitches per minute. 3 / 4 thread overlocking options 1,300 SPM maximum sewing speed 0.5–2.25 adjustable differential feed 8kg stable domestic construction View Official Elna Details View Official Brochure A versatile domestic overlocker for seam construction, edge finishing, rolled hems, gathering and flatlocking. A practical first overlocker with genuine versatility Professional-looking seam finishing without an overcomplicated control panel The Elna 792D is designed for garment makers, stretch-fabric sewists and home users wanting faster, cleaner seam construction than a conventional sewing machine can provide. It trims excess fabric with the built-in cutting blades while the needles and loopers wrap the raw edge in thread. Depending on the selected setup, it can construct secure four-thread seams, finish edges using three threads, create rolled hems, gather fabric or form decorative flatlock stitching. The main controls for stitch length, differential feed and cutting width are accessible on the machine, making the 792D a strong entry into proper domestic overlocking. What an overlocker does differently The Elna 792D is not a replacement for every function of a conventional sewing machine. It excels at trimming, joining and finishing fabric edges, especially on garments and stretch fabrics. Straight stitching, buttonholes, zips, topstitching and many construction details are normally completed on a sewing machine. Why the Elna 792D stands out Essential overlocking controls with useful creative range 01 3 and 4-thread sewing Choose secure four-thread construction or economical three-thread edge finishing. 02 Differential feed Adjust fabric feeding to reduce stretching, control puckering or create gathers. 03 Integrated rolled hem Convert to a narrow rolled edge without changing to a separate needle plate. 04 Adjustable cutting width Control how much fabric is trimmed and how closely the stitch wraps the edge. 05 Adjustable stitch length Set stitch length from approximately 1 to 4mm for different fabrics and finishes. 06 Adjustable foot pressure Fine-tune pressure for lightweight, stretchy, layered or more substantial materials. 07 Colour-coded threading Follow the marked thread paths for each needle and looper position. 08 Snap-on presser feet Change to compatible optional feet without removing the full presser-foot holder. Reliable garment construction Four-thread overlock stitch The four-thread setup uses both needles and both loopers to form a strong, flexible seam. It is the most common choice for joining stretch garments, activewear, children’s clothing and many everyday knit projects. The cutting blades trim the seam allowance as the stitch is formed, producing a clean finished edge in a single pass. T-shirt seams Stretch garments Activewear construction Children’s clothing Jersey dresses General garment assembly 4 Thread Strong, flexible seam construction Two needles and two loopers create a balanced seam with integrated edge finishing. 3 Thread Wide or regular edge finishing Use one needle and both loopers when seam strength is less important than a clean finished edge. Economical finishing with reduced thread use Three-thread overlocking Remove one needle and rethread the machine according to the selected three-thread configuration. The wider option provides broader edge coverage, while the regular narrow setup suits lighter seams and decorative finishing. Three-thread overlocking is commonly used to neaten raw edges before conventional seam construction or to finish unlined garment interiors. Control stretch, puckering and gathering Adjustable differential feed from 0.5 to 2.25 The 792D uses separate front and rear feed-dog sections beneath the presser foot. Changing their relative speed controls how the fabric enters and leaves the stitch-forming area. A lower setting can help stretch selected fabric edges for decorative effects, while a higher setting can reduce waviness or intentionally gather suitable materials. Reduce wavy jersey seams Control puckering on woven fabric Create gathered edges Produce decorative lettuce effects Improve stretch-fabric feeding Fine-tune difficult materials Differential-feed results depend on the fabric, stitch length, presser-foot pressure and thread tension. Test the complete setup on a project offcut before sewing the final seam. Fine finishing without changing the needle plate Integrated rolled-hem changeover Move the built-in changeover device to retract the stitch-forming finger for rolled hemming. The fabric edge is rolled beneath the thread, producing a narrow finish suited to scarves, ruffles, napkins, lightweight garments and decorative edges. Adjust stitch length, cutting width, tensions and differential feed according to the fabric and desired appearance. Scarves Ruffles Lightweight hems Napkins Decorative edges Fine garment details Decorative and functional finishing Flatlock, picot and narrow-edge possibilities Tension adjustments allow the overlock stitch to be opened into a flatlock finish. Flatlocking can be used decoratively on the outside of garments or functionally where a flatter seam is preferred. The machine can also produce narrow hemming, rolled edges and picot-style finishes across suitable lightweight fabrics. Decorative flatlock seams Flat garment joins Picot-style edges Narrow hemming Exposed overlocking Contrast-thread details 1,300 Maximum stitches per minute Finish long garment seams quickly while maintaining control through the electronic foot controller. Fast domestic overlocking Efficient seam construction and finishing The Elna 792D reaches speeds of up to approximately 1,300 stitches per minute. Light pedal pressure provides slower movement for corners, curves and starting a seam, while firmer pressure increases speed across longer edges. Beginners should practise on fabric offcuts until they are comfortable controlling the machine’s speed and cutting position. Control the finished seam width Adjustable cutting width from approximately 3.1 to 7.3mm Cutting width affects how much fabric is trimmed and how fully the looper threads cover the remaining edge. Increase the width when the thread is pulling beyond the fabric edge or reduce it when excess fabric is curling inside the stitch. Cutting width should be adjusted together with thread tension and stitch length for the cleanest result. Match stitch density to the fabric Adjustable stitch length from approximately 1 to 4mm Shorter stitches create a denser finish for rolled hems and selected lightweight fabrics. Longer stitches provide greater spacing for thicker materials, gathering and some decorative applications. Always use the pattern or instruction manual as a starting point, then test the appearance on an offcut. Threading guidance built into the machine Colour-coded needle and looper paths Each thread route is identified with a separate colour to help distinguish the left needle, right needle, upper looper and lower looper paths. Open the front cover and follow each guide in the correct threading order. The machine is supplied threaded from the carton, which allows the existing threads to be used as a visual reference during initial setup. The Elna 792D is manually threaded. It does not use an air-threading system or an automatic push-button looper threader. Adapt feeding pressure to different materials Adjustable presser-foot pressure Presser-foot pressure determines how firmly the fabric is held against the feed dogs. Reduce pressure for selected lightweight or stretchy materials that are being distorted, or increase it when extra feeding contact is needed. Pressure adjustment works alongside differential feed, thread tension and stitch length rather than replacing those controls. Quick accessory changes Snap-on presser-foot system The standard overlock foot attaches to the machine using a snap-on system. Compatible optional feet can be fitted for blind hemming, gathering, piping, beading, cording and tape application. Always confirm that the accessory is designed for the Elna 792D before purchase. Practical thread handling Four-spool stand and telescopic thread antenna The four-spool stand supports conventional overlocking cones or suitable domestic thread spools. Raise the telescopic antenna fully before threading so each thread feeds from the correct height and direction. Keeping the antenna raised and aligned helps reduce snagging, uneven tension and crossed thread paths. Realistic fabric capability Suitable for woven and stretch garment fabrics The Elna 792D is designed for domestic garment sewing, edge finishing and creative overlocking. Differential feed makes it especially useful for jersey, rib knit, lycra and other stretch materials that can distort under ordinary feeding. The machine can also finish lightweight woven fabric, dress cotton, linen blends and selected medium-weight materials with suitable needles, thread and settings. Cotton jersey Interlock Rib knit Lycra blends Dress cotton Light linen Polyester fabrics Lightweight decorative fabric This is a domestic overlocker. Heavy canvas assemblies, thick leather, dense upholstery materials and continuous factory production require a suitable industrial machine. Standard Elna accessory package What comes with the Elna 792D? Standard snap-on overlock foot Set of Elna overlocker needles Large screwdriver Small screwdriver Threading tweezers Electronic foot controller Power lead Instruction manual A machine cover is not included in the standard package. Optional feet and attachments Expand the Elna 792D for specialist techniques Garment and finishing feet Blind Stitch Foot 200203104 Gathering Foot 200248101 1/8-inch Piping Foot 200219103 3/16-inch Piping Foot 200220109 Beading Foot with Attachment 200214108 Gathering, cording and tape accessories Elastic Gathering Attachment 200218102 Gathering Attachment 200217101 Cording Foot A for Thin Cord 200207108 Cording Foot B for Thicker Cord 200208109 Taping Foot with Tape Reel 200204208 Cloth Guide 200216100 Ideal applications Where the Elna 792D performs best T-shirt construction Stretch garments Activewear Children’s clothing Edge finishing Rolled hems Gathering Flatlocking Decorative overlocking Lightweight hems Garment alterations Home dressmaking Choosing between Elna overlockers Elna 792D or Elina Pro? Elna 792D A practical 3 and 4-thread overlocker with differential feed, adjustable cutting width, rolled hemming and straightforward manual controls. Elina Pro Adds 2-thread capability, a built-in 2-thread converter, program reference panel, automatic tension release, self-threading lower looper and tilting needle clamp. Choose the 792D when You want dependable garment construction and edge finishing without paying for advanced convenience features you may not need. Choose the Elina Pro when You want broader stitch capability and more assistance with threading, needle changes and setup. Important information before purchasing The Elna 792D is a domestic 3 and 4-thread overlocker. It does not provide 2-thread overlocking and does not include a 2-thread converter. Threading is completed manually using the colour-coded guide system. It does not have air threading, an automatic looper-threading jet or automatic electronic thread tension. A machine cover is not included. It trims fabric with an integrated cutting blade while the overlock stitch is formed. It is not a coverstitch machine and cannot produce a true twin-needle cover hem. Technical information Elna 792D specifications Machine type Domestic differential-feed overlocker Thread capability Three or four threads Needle capability One or two needles depending on the selected stitch Maximum sewing speed Up to approximately 1,300 stitches per minute Differential-feed range Approximately 0.5 to 2.25 Stitch-length range Approximately 1 to 4mm Cutting-width range Approximately 3.1 to 7.3mm Presser-foot pressure Adjustable Rolled-hem conversion Built-in changeover device Threading system Manual threading with colour-coded guides Air threading No Automatic tension No Cutting system Integrated overlocker cutting blades Presser-foot system Snap-on Thread stand Four-spool stand Thread antenna Telescopic four-thread antenna Lighting Built-in sewing light Thread cutter Manual built-in thread cutter Foot controller Electronic foot controller included Carry handle Moulded carry handle Machine weight Approximately 8kg Machine cover Not included 2-thread overlocking No Coverstitch capability No Free arm No free-arm specification stated by Elna Intended use Domestic garment sewing, edge finishing and creative overlocking Stitch capability Available Elna 792D overlock finishes Four-thread overlock Strong stretch seam construction using two needles and two loopers Three-thread wide overlock Broader edge finishing using one needle and two loopers Regular three-thread overlock Economical edge finishing for ordinary garment seams Narrow hem Fine edge treatment for suitable light and medium-weight fabric Rolled hem Narrow rolled edge suitable for scarves, ruffles and decorative finishing Picot edge Decorative fine edge treatment for suitable lightweight fabric Flatlock Decorative or functional flattened seam created through tension adjustment Gathering Fabric gathering created with differential feed and suitable settings Frequently asked questions Elna 792D FAQ Is the Elna 792D suitable for beginners? Yes. It offers accessible manual controls and colour-coded threading routes, although new users should expect to practise threading and tension adjustment. How many threads does the 792D use? It can use either three or four threads depending on the selected stitch. Can it sew a two-thread stitch? No. The Elna 792D is a three and four-thread model and does not include a two-thread converter. Does it have air threading? No. The needles and loopers are threaded manually using the colour-coded guide system. Does it thread itself automatically? No. The official Elna specification does not list an automatic looper-threading system. Does it have automatic tension? No. Thread tension is adjusted manually using the four front tension controls. What is differential feed? Differential feed changes the relative movement of the front and rear feed dogs to help control stretching, puckering and gathering. Can it sew stretch fabric? Yes. Four-thread overlocking and adjustable differential feed make it particularly useful for jersey, interlock, rib knit and selected activewear fabric. Can it sew woven fabric? Yes. It can construct or finish seams on dress cotton, lightweight linen, polyester blends and other suitable woven fabrics. Does it trim the fabric? Yes. The cutting blades trim the fabric edge as the overlock stitch is formed. Can the cutting blade be disengaged? Refer to the Elna instruction manual for the correct blade-release procedure and supported sewing applications. Can it sew a rolled hem? Yes. It includes an integrated rolled-hem changeover device. Does rolled hemming require a different needle plate? No. The built-in changeover device allows rolled hemming without replacing the needle plate. Can it create a flatlock stitch? Yes. A flatlock effect is created through the appropriate needle position, threading and tension setup. Can it gather fabric? Yes. Increasing differential feed and adjusting the remaining settings can create gathering on suitable fabric. Can it sew a coverstitch hem? No. A true cover hem requires a separate coverstitch or combination overlock-and-coverstitch machine. Can it replace a sewing machine? No. A conventional sewing machine is still required for straight stitching, buttonholes, zips, topstitching and many construction details. How fast does it sew? It reaches a maximum speed of approximately 1,300 stitches per minute. Can the stitch length be adjusted? Yes. Stitch length is adjustable from approximately 1 to 4mm. Can the cutting width be adjusted? Yes. Cutting width is adjustable from approximately 3.1 to 7.3mm. Can the presser-foot pressure be adjusted? Yes. Presser-foot pressure can be adjusted to suit different fabric behaviours and thicknesses. What needles does the Elna 792D use? Use the needle system and sizes specified in the instruction manual. Elna recommends suitable HAx1SP ballpoint overlocker needles for many stretch-fabric applications. Can ordinary sewing thread be used? Suitable quality sewing thread can be used, but overlocking cones are generally more economical and feed efficiently during high-speed sewing. Does it include a waste catcher? A waste catcher is not listed among the official standard accessories. Does it include a machine cover? No. Elna states that an overlocker cover is not included. How heavy is the machine? It weighs approximately 8kg. Is it suitable for commercial production? No. It is designed for domestic garment sewing and creative use rather than continuous industrial production. Official Elna resources Product information, brochure and support Official Elna Product Page Review Elna’s current feature list, included accessories and optional attachments. View official Elna details → Elna 792D Brochure View the official stitch capability, technical features and illustrated product overview. Open official brochure → Elna Overlockers Compare the 792D with other Elna overlocking options and accessories. Explore the Elna range → Buy from New Zealand Elna overlocker specialists Expert advice, genuine support and in-house servicing Direct Sewing has supplied sewing, quilting, embroidery, overlocking and industrial equipment throughout New Zealand since 2001. Our experienced team can explain three and four-thread setup, differential feed, rolled hems, cutting width, thread tension and the practical difference between an overlocker and a coverstitch machine. Your Elna 792D is supported by genuine New Zealand warranty assistance and our own in-house technical workshop, where servicing and repairs are completed by experienced sewing-machine technicians. For sewists wanting fast garment construction, clean seam finishing and dependable differential-feed control without unnecessary complication, the Elna 792D is an excellent-value domestic overlocker.