Brother Everyday Overlocker 2504D - EASY THREADING
.ds-2504d { --blue: #1269a5; --blue-dark: #103c63; --blue-soft: #edf7fc; --ink: #18222b; --grey: #606b74; --light: #f6f8f9; --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-2504d *, .ds-2504d *::before, .ds-2504d *::after { box-sizing: border-box; } .ds-2504d img { display: block; width: 100%; height: auto; } .ds-2504d h2, .ds-2504d h3, .ds-2504d h4 { margin-top: 0; color: var(--ink); line-height: 1.18; } .ds-2504d h2 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 62px); letter-spacing: -0.045em; } .ds-2504d h3 { margin-bottom: 18px; font-size: clamp(27px, 3.5vw, 42px); letter-spacing: -0.03em; } .ds-2504d h4 { margin-bottom: 9px; font-size: 19px; } .ds-2504d p { margin-top: 0; margin-bottom: 18px; } .ds-2504d .ds-section { padding: 60px 0; border-bottom: 1px solid var(--border); } .ds-2504d .ds-section:last-child { border-bottom: 0; } .ds-2504d .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; } .ds-2504d .ds-lead { max-width: 920px; color: #424d56; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; } .ds-2504d .ds-hero { padding: 26px 0 62px; border-bottom: 1px solid var(--border); } .ds-2504d .ds-hero-copy { max-width: 1040px; margin: 0 auto 36px; text-align: center; } .ds-2504d .ds-hero-copy .ds-lead { margin-right: auto; margin-left: auto; } .ds-2504d .ds-hero-image { margin: 0; overflow: hidden; background: radial-gradient(circle at 50% 42%, #ffffff 0, #f0f7fb 58%, #dce8ef 100%); border: 1px solid var(--border); border-radius: 22px; } .ds-2504d .ds-hero-image img { min-height: 470px; aspect-ratio: 16 / 9; object-fit: contain; padding: 28px; } .ds-2504d .ds-caption { padding: 12px 16px 16px; color: #68737b; font-size: 13px; line-height: 1.45; text-align: center; } .ds-2504d .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 10px; max-width: 1000px; margin: 30px auto; } .ds-2504d .ds-stat { padding: 19px 14px; background: var(--light); border: 1px solid #e2e8eb; border-radius: 13px; text-align: center; } .ds-2504d .ds-stat-number { display: block; font-size: 23px; font-weight: 800; line-height: 1.15; } .ds-2504d .ds-stat-label { display: block; margin-top: 6px; color: #68737b; font-size: 12px; line-height: 1.35; } .ds-2504d .ds-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 26px; } .ds-2504d .ds-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid var(--blue-dark); border-radius: 7px; background: var(--blue-dark); color: var(--white); font-size: 15px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; } .ds-2504d .ds-button:hover { opacity: 0.87; } .ds-2504d .ds-button-secondary { background: transparent; color: var(--blue-dark); } .ds-2504d .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-2504d .ds-feature-card { padding: 27px; background: var(--light); border: 1px solid #e2e8eb; border-radius: 15px; } .ds-2504d .ds-feature-number { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 13px; font-weight: 750; } .ds-2504d .ds-feature-card p { margin-bottom: 0; color: var(--grey); font-size: 15px; line-height: 1.65; } .ds-2504d .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(32px, 6vw, 74px); } .ds-2504d .ds-image-box, .ds-2504d .ds-callout-image { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 18px; } .ds-2504d .ds-image-box img { min-height: 330px; aspect-ratio: 4 / 3; object-fit: contain; padding: 20px; } .ds-2504d .ds-callout-image { border: 0; border-radius: 15px; } .ds-2504d .ds-callout-image img { min-height: 320px; aspect-ratio: 1 / 1; object-fit: cover; } .ds-2504d .ds-callout { padding: clamp(31px, 5vw, 54px); overflow: hidden; background: var(--ink); border-radius: 19px; color: var(--white); } .ds-2504d .ds-callout h3, .ds-2504d .ds-callout h4 { color: var(--white); } .ds-2504d .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 40px; } .ds-2504d .ds-visual-panel { padding: clamp(30px, 5vw, 50px); background: linear-gradient(145deg, #1887ba, #123e64); border-radius: 19px; color: var(--white); } .ds-2504d .ds-visual-number { display: block; margin-bottom: 9px; font-size: clamp(50px, 8vw, 94px); font-weight: 820; letter-spacing: -0.065em; line-height: 0.95; } .ds-2504d .ds-visual-label { display: block; font-size: 18px; font-weight: 720; } .ds-2504d .ds-check-list, .ds-2504d .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-2504d .ds-check-list li, .ds-2504d .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-2504d .ds-check-list li::before, .ds-2504d .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--blue); content: "✓"; font-weight: 800; } .ds-2504d .ds-callout .ds-check-list li::before { color: #94dff5; } .ds-2504d .ds-note { padding: 25px 27px; border-left: 4px solid var(--blue); background: var(--blue-soft); border-radius: 4px 13px 13px 4px; } .ds-2504d .ds-note p:last-child { margin-bottom: 0; } .ds-2504d .ds-package { padding: clamp(30px, 5vw, 49px); background: var(--blue-soft); border: 1px solid #cce3ee; border-radius: 18px; } .ds-2504d .ds-stitch-grid, .ds-2504d .ds-use-grid, .ds-2504d .ds-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 13px; margin-top: 27px; } .ds-2504d .ds-stitch, .ds-2504d .ds-use-item, .ds-2504d .ds-benefit { padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); } .ds-2504d .ds-use-item { text-align: center; } .ds-2504d .ds-stitch h4, .ds-2504d .ds-benefit h4 { font-size: 16px; } .ds-2504d .ds-stitch p, .ds-2504d .ds-benefit p { margin-bottom: 0; color: var(--grey); font-size: 14px; line-height: 1.58; } .ds-2504d .ds-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 15px; margin-top: 27px; } .ds-2504d .ds-gallery-card { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 14px; } .ds-2504d .ds-gallery-card img { aspect-ratio: 1 / 1; object-fit: contain; padding: 10px; } .ds-2504d .ds-gallery-card figcaption { padding: 14px 16px 17px; color: var(--grey); font-size: 14px; line-height: 1.5; } .ds-2504d .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; } .ds-2504d table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); } .ds-2504d th, .ds-2504d td { padding: 14px 16px; border-bottom: 1px solid var(--border); vertical-align: top; text-align: left; } .ds-2504d th { width: 38%; background: var(--light); color: var(--ink); font-size: 14px; font-weight: 700; } .ds-2504d td { color: #4c565e; font-size: 14px; } .ds-2504d tr:last-child th, .ds-2504d tr:last-child td { border-bottom: 0; } .ds-2504d details { margin-top: 13px; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--white); } .ds-2504d summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 700; list-style: none; } .ds-2504d summary::-webkit-details-marker { display: none; } .ds-2504d summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--blue); content: "+"; font-size: 26px; } .ds-2504d details[open] summary::after { content: "−"; } .ds-2504d .ds-details-content { padding: 0 19px 20px; color: var(--grey); } .ds-2504d .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-2504d .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-2504d .ds-resource-card p { color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-2504d .ds-resource-link { color: var(--blue-dark); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-2504d .ds-resource-link:hover { text-decoration: underline; } .ds-2504d .ds-direct-sewing { padding: clamp(32px, 5vw, 54px); background: var(--light); border-radius: 18px; text-align: center; } .ds-2504d .ds-direct-sewing p { max-width: 900px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-2504d { font-size: 15px; } .ds-2504d .ds-section { padding: 45px 0; } .ds-2504d .ds-hero { padding-top: 14px; padding-bottom: 46px; } .ds-2504d .ds-hero-image img { min-height: 310px; padding: 14px; } .ds-2504d .ds-button-row, .ds-2504d .ds-button { width: 100%; } .ds-2504d .ds-stat-grid, .ds-2504d .ds-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } Easy-threading 3 and 4-thread domestic overlocker Brother 2504D Create strong stretch seams, clean raw-edge finishes, rolled hems and decorative effects with an affordable Brother overlocker designed for everyday garment sewing. The Brother 2504D combines lay-in colour-coded threading, F.A.S.T. lower-looper access, differential feed, free-arm sewing and speeds up to 1,300 stitches per minute. 3 or 4 thread configurations 1,300 SPM maximum sewing speed 5–7mm approximate overlock width 0.7–2.0 differential-feed range View Brother New Zealand Manuals & Support A practical everyday overlocker for stretch seams, professional edge finishing, rolled hems and garment sewing. Professional finishing made affordable A reliable first overlocker for garments, knits and everyday sewing The Brother 2504D is designed for sewists who want to improve the finish of handmade garments without the cost or complexity of a premium air-threading overlocker. It trims the fabric edge, forms the seam and wraps thread around the raw edge in one fast operation. Four-thread overlocking creates strong flexible seams for knit garments, while three-thread settings provide neat finishing for woven and stretch fabrics. Brother’s F.A.S.T. lower-looper system and clear colour-coded guides make the threading route more approachable for new overlocker users. An overlocker works alongside your sewing machine The Brother 2504D is designed for overlocked seams, raw-edge finishing, trimming, rolled hems and selected decorative techniques. It does not replace an ordinary sewing machine for straight stitching, zips, buttonholes, top stitching or detailed construction. It is also not a coverstitch machine and does not create the twin parallel hem normally seen along the bottom of a T-shirt. Straightforward conventional threading Lay-in guides and F.A.S.T. lower-looper access The 2504D uses conventional threading rather than air threading, but Brother has designed the route to be clear and accessible. Each thread path is marked in a separate colour and the upper tension guides use a simple lay-in design. Slide the blue F.A.S.T. lever and the lower looper moves into an easier threading position. Four-colour threading guide Lay-in upper thread paths Accessible lower looper F.A.S.T. lower-looper lever Clear internal threading diagram Four-cone telescopic thread stand Everyday garment construction and edge finishing Three and four-thread overlocking Four-thread overlock Two needles and two loopers form a strong, flexible seam for T-shirts, activewear, knit garments and general construction. Three-thread wide overlock Use the left needle for a wider raw-edge finish on medium and heavier materials. Three-thread narrow overlock Use the right needle for a narrower edge finish on lightweight or medium fabrics. Three-thread rolled hem Create a compact decorative edge for scarves, napkins, ruffles and lightweight garments. Three-thread flatlock effect Adjust thread tensions to create a flatter decorative join or edge finish on suitable fabrics. Why the Brother 2504D stands out The essential features most home garment makers need 01 F.A.S.T. lower looper Move the lower looper into an accessible position for easier conventional threading. 02 Colour-coded threading Follow four clearly marked thread routes through the tension guides and machine. 03 Differential feed Adjust fabric movement to reduce stretching, rippling or puckering. 04 1,300 stitches per minute Trim, seam and finish fabric substantially faster than ordinary overcasting. 05 Free-arm sewing Remove the flatbed section for cuffs, sleeves and smaller circular areas. 06 Adjustable foot pressure Match presser-foot pressure to fine, stretchy, stable or heavier materials. 07 Quick rolled-hemming setup Convert the stitch finger for fine rolled edges without replacing the needle plate. 08 Blind-stitch foot included Add blind hemming and selected flatlock techniques without buying the foot separately. Control stretching, puckering and decorative effects Adjustable differential feed The Brother 2504D uses front and rear feed dogs to move the fabric beneath the presser foot. Differential feed changes the relationship between those feed dogs, helping the machine adapt to stretchy, fine or unstable materials. Increase the setting to help stop knit seams from stretching and waving. Reduce it for selected fine fabrics or intentional stretching effects. Approximate ratio from 0.7 to 2.0 Helps flatten knit seams Reduces unwanted stretching Helps control puckering Can create gathered effects Supports lettuce-edge finishes 0.7–2.0 Differential-feed range Adjust how the front and rear feed dogs move the fabric for stable, stretchy or decorative results. 1,300 Maximum stitches per minute Fast trimming, seaming and edge finishing for garments and repeated projects. Efficient everyday overlocking Complete long seams quickly At speeds up to 1,300 stitches per minute, the Brother 2504D can finish seams much faster than an ordinary sewing-machine overcasting stitch. Speed is controlled using the supplied foot controller, allowing slower operation around curves and seam intersections. Up to 1,300 stitches per minute Variable foot-controller speed Fast knit garment construction Efficient raw-edge finishing Controlled sewing around curves Suitable for repeated projects Fine-tune the finish for each fabric Adjustable stitch length and overlock width Stitch length controls how closely each overlock stitch is placed along the seam. Overlock width controls how much fabric remains inside the finished edge after trimming. Correct adjustment allows the looper threads to wrap neatly around the fabric without loose loops or excessive curling. 2 to 4mm stitch length Choose a shorter stitch for dense finishing or a longer stitch for bulkier fabric. Approximately 5 to 7mm width Adjust the finished overlock width to suit fabric weight and stitch configuration. Balanced edge wrapping Match the cutting width to the amount of thread wrapping around the raw edge. Rolled-hem adjustment Combine suitable length, width and tension settings for fine decorative edges. The blue lower-looper lever moves the looper into a more accessible threading position. Better access inside the overlocker Brother F.A.S.T. lower-looper threading The lower looper is normally one of the more difficult parts of an overlocker to reach. Brother’s F.A.S.T. system uses a blue lever to move the lower looper toward the front of the machine. Pass the thread through the marked guides, return the mechanism to its sewing position and continue along the colour-coded route. F.A.S.T. threading improves access to the lower looper. It is not an air-threading system and does not thread the machine automatically. Create compact decorative edges Easy rolled-hemming conversion Rolled hemming wraps thread tightly around a narrow fabric edge, creating a light decorative finish. The 2504D converts to a rolled-hem setting without replacing the complete needle plate. Adjust the stitch length, differential feed and thread tensions for the material and finish required. Scarves Napkins Ruffles Lightweight garment edges Decorative lettuce hems Selected sheer fabrics Match the pressure to the material Adjustable presser-foot pressure Presser-foot pressure determines how firmly the fabric is held against the feed dogs. Reduce pressure for selected fine, soft or easily stretched materials and increase it when firmer control is required. Presser-foot pressure works together with differential feed, stitch length and thread tension to improve seam quality. The top-mounted pressure control helps adapt the machine to varied fabric weights. Remove the flatbed section to expose the free arm for smaller circular projects. Flatbed support or free-arm access Convertible free-arm sewing surface Remove the accessory compartment to expose the free arm for cuffs, trouser legs, children’s garments and other circular areas. Refit the compartment to restore a larger flatbed surface during ordinary overlocking. Sleeve cuffs Trouser legs Children’s clothing Small circular openings Flatbed project support Accessory storage area Clear visibility around the sewing area Bright LED work light The LED light illuminates the needles, presser foot, cutting line and fabric edge. Better visibility is particularly helpful with dark fabrics, matching thread and narrow seam allowances. More value in the standard package Blind-stitch foot and trim trap included The New Zealand and Australian regional package includes a blind-stitch foot alongside the standard overlocker foot. The blind-stitch foot can help guide folded fabric for blind hemming and selected flatlock techniques. A trim trap fits beneath the cutting area to collect fabric and thread waste while sewing. Standard overlocker foot Blind-stitch foot Trim trap Foot controller Soft protective cover Needle set Tweezers Thread spool caps Thread nets Hexagonal screwdriver Cleaning brush Accessory bag Operation manual Instructional material Suitable fabric types Strong performance across knits and woven materials The Brother 2504D is particularly useful for fabrics that benefit from flexible seams and clean raw-edge finishing. Always test the selected stitch, tension, differential feed and cutting width on a project offcut before sewing the finished garment. Cotton jersey Viscose jersey Interlock Rib knit Lycra and activewear fabric French terry Sweatshirt fleece Cotton lawn Woven dress fabrics Medium-weight home fabrics What can you make with the Brother 2504D? A practical overlocker for garments and everyday sewing T-shirts Stretch garments Leggings Knit dresses Children’s clothing Woven garments Rolled hems Flatlock effects Blind hems Ruffles Cushions Raw-edge finishing Official Brother imagery Explore the Brother 2504D Straightforward front controls with clearly separated colour-coded tension paths. A compact domestic design with free-arm capability and included trim trap. Right-side controls provide easy access to stitch length and differential feed. Designed for professional-looking garment seams, edge finishing and hemming. Choosing the right Brother overlocker Brother 2504D, 4234D or Airflow 3000? Brother 2504D A dependable 3 and 4-thread overlocker with F.A.S.T. lower-looper access, differential feed, free arm and blind-stitch foot. Brother 4234D Adds two-thread capability, a built-in needle threader and a more advanced feature set. Brother Airflow 3000 Adds push-button electric air threading for both loopers, assisted needle threading and premium convenience features. Best reason to choose the 2504D It delivers the essential stitches and fabric controls most home garment makers need at the most accessible price. Important information before purchasing The Brother 2504D is a conventional threaded overlocker. It does not use air threading. The F.A.S.T. lower-looper system improves access to the looper but does not thread the machine automatically. The 2504D does not have a built-in needle threader. The needles are threaded manually. It creates three and four-thread stitches only. It does not produce two-thread stitches. Each thread tension is adjusted manually using its individual dial. It does not sew an ordinary lockstitch, zigzag, buttonhole or coverstitch hem. Correct threading order, needle choice, tension, cutting width and differential-feed settings all affect stitch quality. The optional wide table is not included in the standard package. Technical information Brother 2504D specifications Machine type Domestic three and four-thread overlocker Thread configurations Three and four-thread overlocking Number of needles Up to two needles Air threading No Needle threader No, needles are threaded manually Lower-looper threading Brother F.A.S.T. accessible lower-looper system Threading guide Four-colour lay-in threading system Maximum sewing speed Up to 1,300 stitches per minute Stitch-length range Approximately 2 to 4mm Overlock width Approximately 5 to 7mm depending on the selected stitch and needle position Differential feed Adjustable from approximately 0.7 to 2.0 Thread tension Independent manual upper dials Presser-foot pressure Manually adjustable Fabric cutting Built-in trimming knives Rolled hemming Yes, with built-in rolled-hem conversion Free arm Yes Flatbed sewing Yes Sewing light LED Presser feet Snap-on system Standard foot Included Blind-stitch foot Included Trim trap Included Foot controller Included Wide table Available separately Machine cover Soft cover included Approximate machine weight Approximately 5.6kg Coverstitch capability No Ordinary lockstitch sewing No Expand the machine for specialist techniques Recommended optional accessories Overlocker presser feet Brother gathering foot Brother piping foot Brother elasticator foot Brother pearl and sequin foot Brother taping foot Additional blind-stitch foot Thread and needle supplies Quality overlocking thread Decorative upper-looper thread Compatible overlocker needles Thread nets Spool caps Additional cone holders Workspace and maintenance Compatible Brother wide table Replacement upper knife Replacement lower knife Overlocker cleaning brush Additional trim trap Machine oil where specified by the manual Frequently asked questions Brother 2504D FAQ Is the Brother 2504D an air-threading overlocker? No. It uses conventional colour-coded threading with Brother’s F.A.S.T. accessible lower-looper system. What does F.A.S.T. lower-looper threading mean? A blue lever moves the lower looper into a more accessible position so it can be threaded more easily. Does the 2504D have a needle threader? No. The needles are threaded manually. The Brother 4234D adds a built-in needle-threading system. Can it sew with two threads? No. The 2504D creates three and four-thread stitches. What is the best stitch for knit garments? Four-thread overlocking is commonly used because it creates a strong, flexible seam that moves with the garment. Can it finish woven fabric edges? Yes. Three-thread overlocking is commonly used to finish raw edges on woven fabrics. Can it create rolled hems? Yes. It can create compact rolled edges on suitable fine and lightweight fabrics. What does differential feed do? It changes the relative movement of the front and rear feed dogs to control stretching, puckering or gathering. Can it help stop jersey seams from waving? Correct differential feed, presser-foot pressure and tension settings can greatly reduce unwanted waviness. Does it include a free arm? Yes. Remove the flatbed accessory compartment to expose the free arm. Does it include a blind-stitch foot? Yes. A blind-stitch foot is included with the regional standard package. Does it include a trim trap? Yes. The trim trap collects fabric and thread waste beneath the cutting area. Does it have automatic thread tension? No. Each thread tension is adjusted using an individual manual dial. How fast does it sew? Maximum sewing speed is up to approximately 1,300 stitches per minute. Can it sew Lycra and activewear fabric? Yes. Four-thread overlocking and differential feed make it suitable for many activewear and stretch fabrics. Does it make a coverstitch hem? No. A dedicated coverstitch machine is required for the twin or triple parallel hem seen on T-shirts. Do I still need a sewing machine? Yes. A sewing machine remains necessary for straight stitching, zips, buttonholes, top stitching and general construction. Is the 2504D suitable for beginners? Yes. The clear colour-coded threading route, lay-in guides and accessible lower looper make it a practical first overlocker. Why choose the Brother 4234D instead? The 4234D adds two-thread stitches, a built-in needle threader and a more advanced feature set. Why choose the Airflow 3000 instead? The Airflow 3000 is the stronger option when push-button electric looper threading and maximum threading convenience are the priority. Is it suitable for a small clothing business? It can suit home-based garment making and smaller production runs. Continuous high-volume production may require an industrial overlocker. Official Brother resources Product information, manuals and support Brother New Zealand View the current New Zealand product information, regional warranty and compatible accessories. View Brother New Zealand → Official Support Access manuals, threading instructions, maintenance information and troubleshooting guidance. Visit Brother support → Brother Australia Overview Review the complete feature set, included accessory package and official product imagery. View full specifications → Buy from New Zealand overlocker specialists Expert advice, genuine warranty assistance and in-house servicing Direct Sewing has supplied sewing, overlocking, coverstitch, embroidery and industrial equipment throughout New Zealand since 2001. Our experienced team can explain threading, tension, differential feed, rolled hemming and the practical differences between the Brother 2504D, 4234D and Airflow 3000. Your Brother 2504D is supported by genuine New Zealand warranty assistance and our own in-house technical workshop. Servicing and repairs are completed by experienced sewing-machine technicians with decades of industry knowledge. For garment makers wanting an affordable, dependable and easy-to-understand first overlocker, the Brother 2504D delivers the essential stitch options, speed and fabric control needed for professional-looking home sewing.
More you might like
Related
Brother 2504D Overlocker
Related
Brother 2504D Overlocker
Related
Brother Overlocker 2504D
Related