Janome Electronic Sewing Machine DC6050
.ds-dc6050 { --ink: #17202a; --grey: #626a72; --light: #f5f7f8; --border: #dce2e6; --white: #ffffff; --red: #b2172b; --deep-red: #79101d; --soft-red: #fff3f4; max-width: 1180px; ma rgin: 0 auto; color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; } .ds-dc6050 *, .ds-dc6050 *::before, .ds-dc6050 *::after { box-sizing: border-box; } .ds-dc6050 img { display: block; width: 100%; height: auto; } .ds-dc6050 h2, .ds-dc6050 h3, .ds-dc6050 h4 { margin-top: 0; color: var(--ink); line-height: 1.18; } .ds-dc6050 h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.04em; } .ds-dc6050 h3 { margin-bottom: 18px; font-size: clamp(27px, 3.4vw, 40px); letter-spacing: -0.03em; } .ds-dc6050 h4 { margin-bottom: 9px; font-size: 19px; } .ds-dc6050 p { margin-top: 0; margin-bottom: 18px; } .ds-dc6050 .ds-section { padding: 58px 0; border-bottom: 1px solid var(--border); } .ds-dc6050 .ds-section:last-child { border-bottom: 0; } .ds-dc6050 .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: 13px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; } .ds-dc6050 .ds-lead { max-width: 880px; color: #3f4850; font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; } .ds-dc6050 .ds-hero { padding: 24px 0 60px; border-bottom: 1px solid var(--border); } .ds-dc6050 .ds-hero-copy { max-width: 960px; margin: 0 auto 34px; text-align: center; } .ds-dc6050 .ds-hero-copy .ds-lead { margin-right: auto; margin-left: auto; } .ds-dc6050 .ds-hero-image { margin: 0; overflow: hidden; background: var(--ink); border-radius: 20px; } .ds-dc6050 .ds-hero-image img { min-height: 390px; aspect-ratio: 8 / 5; object-fit: cover; } .ds-dc6050 .ds-caption { padding: 12px 15px 15px; color: #687078; font-size: 13px; line-height: 1.45; text-align: center; } .ds-dc6050 .ds-hero-image .ds-caption { color: #f5f5f5; } .ds-dc6050 .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; max-width: 900px; margin: 30px auto; } .ds-dc6050 .ds-stat { padding: 18px 13px; background: var(--light); border: 1px solid #e5eaed; border-radius: 12px; text-align: center; } .ds-dc6050 .ds-stat-number { display: block; font-size: 23px; font-weight: 780; line-height: 1.15; } .ds-dc6050 .ds-stat-label { display: block; margin-top: 6px; color: #697078; font-size: 12px; line-height: 1.35; } .ds-dc6050 .ds-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 25px; } .ds-dc6050 .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-dc6050 .ds-button:hover { opacity: 0.86; } .ds-dc6050 .ds-button-secondary { background: transparent; color: var(--ink); } .ds-dc6050 .ds-package { padding: clamp(28px, 5vw, 47px); background: var(--soft-red); border: 1px solid #efd9dd; border-radius: 17px; } .ds-dc6050 .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-dc6050 .ds-feature-card { padding: 26px; background: var(--light); border: 1px solid #e5eaed; border-radius: 15px; } .ds-dc6050 .ds-feature-number { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--red); color: var(--white); font-size: 13px; font-weight: 700; } .ds-dc6050 .ds-feature-card p { margin-bottom: 0; color: var(--grey); font-size: 15px; line-height: 1.65; } .ds-dc6050 .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(30px, 6vw, 72px); } .ds-dc6050 .ds-image-box { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 17px; } .ds-dc6050 .ds-image-box img { min-height: 290px; aspect-ratio: 4 / 3; object-fit: contain; padding: 22px; } .ds-dc6050 .ds-check-list, .ds-dc6050 .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-dc6050 .ds-check-list li, .ds-dc6050 .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-dc6050 .ds-check-list li::before, .ds-dc6050 .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--red); content: "✓"; font-weight: 750; } .ds-dc6050 .ds-callout { padding: clamp(29px, 5vw, 51px); overflow: hidden; background: var(--ink); border-radius: 18px; color: var(--white); } .ds-dc6050 .ds-callout h3, .ds-dc6050 .ds-callout h4 { color: var(--white); } .ds-dc6050 .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 38px; } .ds-dc6050 .ds-callout-image { margin: 0; overflow: hidden; background: var(--white); border-radius: 13px; } .ds-dc6050 .ds-callout-image img { min-height: 285px; aspect-ratio: 4 / 3; object-fit: contain; padding: 22px; } .ds-dc6050 .ds-note { padding: 24px 26px; border-left: 4px solid var(--red); background: var(--soft-red); border-radius: 4px 12px 12px 4px; } .ds-dc6050 .ds-note p:last-child { margin-bottom: 0; } .ds-dc6050 .ds-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 12px; margin-top: 27px; } .ds-dc6050 .ds-benefit { padding: 19px; border: 1px solid var(--border); border-radius: 11px; background: var(--white); } .ds-dc6050 .ds-benefit h4 { font-size: 16px; } .ds-dc6050 .ds-benefit p { margin-bottom: 0; color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-dc6050 .ds-use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr)); gap: 12px; margin-top: 25px; } .ds-dc6050 .ds-use-item { padding: 18px 15px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); text-align: center; } .ds-dc6050 .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--border); border-radius: 12px; } .ds-dc6050 table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); } .ds-dc6050 th, .ds-dc6050 td { padding: 14px 16px; border-bottom: 1px solid var(--border); vertical-align: top; text-align: left; } .ds-dc6050 th { width: 38%; background: var(--light); color: var(--ink); font-size: 14px; font-weight: 680; } .ds-dc6050 td { color: #4c5359; font-size: 14px; } .ds-dc6050 tr:last-child th, .ds-dc6050 tr:last-child td { border-bottom: 0; } .ds-dc6050 details { margin-top: 13px; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--white); } .ds-dc6050 summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ink); font-size: 16px; font-weight: 680; list-style: none; } .ds-dc6050 summary::-webkit-details-marker { display: none; } .ds-dc6050 summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--red); content: "+"; font-size: 26px; } .ds-dc6050 details[open] summary::after { content: "−"; } .ds-dc6050 .ds-details-content { padding: 0 19px 20px; color: var(--grey); } .ds-dc6050 .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-dc6050 .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-dc6050 .ds-resource-card p { color: var(--grey); font-size: 14px; line-height: 1.55; } .ds-dc6050 .ds-resource-link { color: var(--deep-red); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-dc6050 .ds-resource-link:hover { text-decoration: underline; } .ds-dc6050 .ds-direct-sewing { padding: clamp(31px, 5vw, 52px); background: var(--light); border-radius: 17px; text-align: center; } .ds-dc6050 .ds-direct-sewing p { max-width: 860px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-dc6050 { font-size: 15px; } .ds-dc6050 .ds-section { padding: 44px 0; } .ds-dc6050 .ds-hero { padding-top: 14px; padding-bottom: 44px; } .ds-dc6050 .ds-hero-image img { min-height: 300px; } .ds-dc6050 .ds-button-row, .ds-dc6050 .ds-button { width: 100%; } .ds-dc6050 .ds-stat-grid, .ds-dc6050 .ds-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } Feature-packed computerised sewing machine Janome DC6050 Enjoy easier garment sewing, patchwork, quilting and creative projects with one of Janome New Zealand’s most popular computerised machines. The DC6050 combines 50 stitches, three one-step buttonholes, automatic thread cutting, adjustable foot pressure and an included extension table in a stable yet portable machine. 50 built-in stitches 820 SPM maximum sewing speed 7mm maximum stitch width 6.4kg portable machine weight View Janome New Zealand View Official Brochure The Janome DC6050 combines straightforward computerised controls with practical features for regular sewing. A smart step up from an entry-level machine Designed to make everyday sewing faster and more enjoyable The DC6050 is suited to sewists who want more control and convenience than a basic machine without moving into a large premium model. It offers direct access to everyday utility stitches, a clear LCD screen, adjustable speed, automatic thread cutting and memorised needle positioning. Six levels of presser-foot pressure allow the machine to be adapted to delicate fabric, stretch materials, everyday woven cloth and thicker layered projects. Its rigid die-cast aluminium internal frame supports stable sewing at speeds up to 820 stitches per minute, while the 6.4kg body remains practical to carry to classes or store between projects. Comprehensive New Zealand package Extension table, seven feet and hard cover included The DC6050 arrives with a useful selection of garment, patchwork and general-sewing feet, along with a half-size extension table and rigid machine cover. Seven standard sewing feet 1/4-inch Seam Foot O Automatic Buttonhole Foot R Buttonhole stabiliser plate Half-size extension table Foot controller Janome bobbins × 4 Needle set Additional spool pin Maintenance tools Instruction book Hard machine cover Why the Janome DC6050 stands out Practical features that genuinely improve the sewing experience 01 Automatic thread cutter Cut the upper and bobbin threads together at the touch of a button for faster, tidier finishing. 02 50 built-in stitches Choose utility, stretch, appliqué, quilting, heirloom, satin and decorative patterns. 03 Three one-step buttonholes Create repeatable buttonholes using Automatic Buttonhole Foot R and the included stabiliser plate. 04 Six pressure levels Adapt how firmly the foot holds delicate, stretch, woven and heavier materials. 05 Seven-piece feed dog Broad fabric contact helps reduce slipping, puckering and shifting beneath the foot. 06 Easy Set Bobbin Drop the bobbin into place, follow the threading channel and begin without drawing up the bobbin thread. 07 Built-in needle threader Reduce the close-up work required to guide the upper thread through the needle eye. 08 Included extension table Support patchwork, quilts, curtains and longer garment sections across a broader surface. The included half-size extension table provides extra support around the sewing bed. More support for larger projects A 170 × 110mm workspace with extension table The machine provides approximately 170mm of width and 110mm of height to the right of the needle. Fit the included table when working with quilt blocks, bags, curtains, garments or projects that benefit from additional support. Remove the front accessory compartment to reveal a free arm approximately 90mm long from the needle. 170mm workspace width 110mm workspace height Half-size extension table included Convertible free arm Accessory storage compartment Hard cover included Time-saving thread finishing Automatic upper and bobbin thread cutting Press the cutter button and the machine trims the upper and bobbin threads together. The upper thread is drawn towards the underside of the project for a cleaner finish. The cutter can also be programmed to operate after compatible stitches have been locked off, reducing repetitive thread trimming during patchwork and construction sewing. Ideal for Patchwork piecing Repeated seams Garment construction Decorative stitching Reducing loose thread tails Saving thread and time A useful balance of essential and creative stitches 50 built-in stitches with four direct-selection keys The DC6050 includes everyday utility stitches alongside stretch, appliqué, heirloom, satin, quilting and decorative patterns. Four direct-selection keys provide immediate access to frequently used stitches, while the remaining patterns are selected through the computerised control panel. The LCD shows the active stitch, recommended presser foot, stitch width and stitch length. 50 built-in stitches Three one-step buttonholes Maximum 7mm stitch width Maximum 5mm stitch length Four direct-select stitches Quick-reference chart on machine Adjustable width and length Recommended-foot display Adapt the machine to the material Six levels of presser-foot pressure Presser-foot pressure determines how firmly the fabric is held against the feed dogs. The DC6050 provides six levels of adjustment, giving the operator greater control than machines with a fixed pressure setting. Sheer fabric Reduce pressure to help prevent marking, puckering and fabric distortion. Stretch knits Coordinate lower pressure with the correct stretch stitch and needle. Everyday woven fabric Use a standard setting for cotton, linen and general garment sewing. Layered seams Adjust pressure when sewing denim, bags, fleece or quilted sections. Reliable movement beneath the foot Seven-piece Superior Plus feed system Seven feed-dog sections maintain broad contact with the underside of the project. This supports smoother movement through lightweight fabric, stretch materials, standard woven cloth and layered projects. The feed-dog system works together with the adjustable foot pressure to help reduce unwanted slipping, shifting and puckering. For quilt sandwiches, checks, stripes or particularly difficult layered projects, a compatible Janome even-feed foot can be added separately. Consistent garment finishing Three automatic one-step buttonholes Place the button into the rear of Automatic Buttonhole Foot R and the machine uses it as a guide for the required buttonhole length. The supplied stabiliser plate supports the fabric and buttonhole foot together, helping improve results on uneven, layered or difficult areas. Three built-in styles Automatic one-step operation Button-sized measurement Automatic Buttonhole Foot R included Stabiliser plate included Suitable for garments, bags and home décor Computerised functions within easy reach Control speed, needle position and seam finishing Start and stop Sew without the foot controller and hold the button for slower starts or finishes. Speed-control slider Limit maximum sewing speed for beginners, curves and detailed work. Needle up or down Choose whether the needle stops raised or securely lowered in the fabric. Automatic lock-off Secure compatible stitches at the touch of a button. Reverse sewing Reinforce ordinary construction seams using the dedicated reverse control. Automatic cutting Trim the upper and bobbin threads together without reaching for scissors. Well equipped for patchwork and light quilting Piece accurately and support larger work 1/4-inch Seam Foot O The supplied foot helps maintain consistent patchwork seam allowances. Extension table Support quilt blocks and larger project sections across a broader surface. Needle-down function Stop with the needle in the project when pivoting or repositioning. Drop feed Lower the feed dogs for darning or free-motion quilting with an optional foot. Automatic cutter Reduce loose thread tails during repeated patchwork piecing. Optional even-feed feet Add upper feeding for quilt sandwiches, checks, stripes and layered materials. The DC6050 is suitable for patchwork, appliqué, straight-line quilting and smaller free-motion projects. It does not include an even-feed foot or free-motion foot as standard. A complete and practical package Seven feet, table, controller and hard cover The accessory package supports garment construction, zip insertion, blind hemming, overcasting, decorative sewing, patchwork and automatic buttonholes. The extension table provides added support while the hard cover protects the machine during storage or transport. Additional compatible feet can be added later as your sewing interests expand. Janome DC6050 machine and standard accessory package. Who is the Janome DC6050 for? A versatile machine for beginners through to regular sewists Garment construction Repairs and alterations Stretch fabrics Patchwork Light quilting Appliqué Bag making Buttonholes Home décor Decorative stitching Sewing classes Frequent home sewing Important information before purchasing The DC6050 is a domestic sewing and quilting machine. It is not an overlocker, embroidery machine or industrial sewing machine. It uses manual upper-thread tension and manual presser-foot lifting. It does not include automatic thread tension, an electronic presser-foot lift, automatic pivoting, a knee lifter, thread sensors, lettering fonts or USB connectivity. It does not include an even-feed foot or free-motion quilting foot as standard. Standard New Zealand package Janome DC6050 included accessories Presser feet Zigzag Foot A Overedge Foot C Zipper Foot E Satin Stitch Foot F Blind Hemming Foot G 1/4-inch Seam Foot O Automatic Buttonhole Foot R Buttonhole-foot stabiliser plate Bobbins, needles and threading accessories Janome plastic bobbins × 4 Needle set Additional spool pin Large spool holders × 2 Small spool holders × 2 Workspace, tools and protection Half-size extension table Foot controller Power cable Screwdriver Lint brush Seam ripper Instruction book Hard machine cover Technical information Janome DC6050 specifications Machine type Computerised domestic sewing and quilting machine Built-in stitches 50 Buttonholes Three one-step automatic buttonholes Maximum sewing speed Up to 820 stitches per minute Maximum stitch width 7mm Maximum stitch length 5mm Workspace Approximately 170mm wide × 110mm high Free-arm length Approximately 90mm from the needle Machine screen Backlit LCD information screen Direct stitch selection Four frequently used utility stitches Quick-reference chart Printed on the front of the machine Thread tension Manual numbered tension dial Presser-foot pressure Six manually adjustable levels Needle threader Built in Bobbin system Top-loading Easy Set Bobbin Feed system Seven-piece Superior Plus feed dog Drop feed Yes Automatic thread cutter Yes, cuts the upper and bobbin threads together Start and stop button Yes Speed-control slider Yes Needle up or down Yes Automatic lock-off Yes Reverse button Yes Needle plate Precision markings with seam guides, angle marks and front reference guides Lighting White LED sewing light Free arm Yes Extra-high foot lift Yes Built-in lettering fonts No Mirror-image stitches No Stitch elongation No Thread sensors No upper-thread or bobbin-thread sensor USB or Wi-Fi No Standard sewing feet Seven, plus buttonhole stabiliser plate Extension table Half-size extra-wide table included Foot controller Included Internal frame Rigid die-cast aluminium construction Machine dimensions Approximately 406mm wide × 302mm high × 176mm deep Machine weight Approximately 6.4kg Machine cover Hard cover included Expand your machine Popular compatible optional accessories Quilting accessories Convertible even-feed foot set Closed-toe even-feed foot with guide Open-toe even-feed foot with guide Convertible free-motion foot set Open-toe darning foot Closed-toe darning foot Ditch-quilting foot Clear-view quilting foot and guide set Long quilting guide-bar set Low-shank ruler-work accessories Garment and everyday sewing feet Appliqué Foot F Adjustable blind-hem foot Button-sewing foot Concealed zipper foot Adjustable narrow zipper foot Invisible zipper foot Gathering foot Rolled-hem foot Straight-stitch foot Ultra Glide foot Roller foot Ruffler Creative and decorative accessories Beading-foot set Binder foot Border-guide foot Circular-sewing attachment Cording foot Fringe foot Pintucking-foot set Piping foot Ribbon and sequin foot Open-toe satin-stitch foot Sliding-guide foot Taping-guide foot Verified official resources Janome DC6050 product information Janome New Zealand View the confirmed regional specifications, included accessories and optional equipment. View official NZ product page → Official Product Brochure View Janome’s DC6050 feature guide, stitch information and standard package. Open official brochure → Frequently asked questions Janome DC6050 FAQ Is the Janome DC6050 suitable for beginners? Yes. Its speed slider, start/stop control, direct stitch buttons and recommended-foot display make it approachable, while its additional features provide room to grow. How many stitches does it have? It includes 50 built-in utility, stretch, quilting, appliqué, heirloom, satin and decorative stitches. Does it have an automatic thread cutter? Yes. The cutter trims the upper and bobbin threads together. Does it include an extension table? Yes. A half-size extra-wide extension table is included in the New Zealand package. Does it include a hard cover? Yes. A rigid machine cover is included for storage and transport. Does it have adjustable foot pressure? Yes. Six pressure levels allow the machine to be adapted to a wide range of fabric types. Does it sew automatic buttonholes? Yes. It includes three one-step buttonholes, Automatic Buttonhole Foot R and a stabiliser plate. Can it sew stretch fabric? Yes. It includes stretch stitches and adjustable foot pressure. Use a suitable Janome ballpoint or stretch needle for the fabric. Can it sew denim? It can sew ordinary garment-weight denim when correctly set up with a suitable needle, thread and stitch. It is not an industrial or dedicated heavy-duty machine. Can it quilt? Yes. It is well suited to patchwork, appliqué, straight-line quilting and smaller free-motion projects. Additional quilting feet can be purchased separately. Does it include an even-feed foot? No. Compatible standard and convertible even-feed feet are available separately. Does it have a built-in needle threader? Yes. A built-in needle-threading mechanism is provided. Can it sew without the foot controller? Yes. Use the start/stop button together with the speed-control slider. Does it have needle up and down? Yes. The button allows the needle to stop raised or lowered in the project. Does it perform machine embroidery? No. The DC6050 is a sewing and quilting machine and does not connect to an embroidery unit. How heavy is the DC6050? It weighs approximately 6.4kg, making it reasonably portable while retaining a rigid internal frame. Buy from New Zealand Janome specialists Expert support from purchase through to servicing Direct Sewing has supplied sewing, quilting, embroidery and overlocking equipment throughout New Zealand since 2001. Our experienced team can demonstrate the Janome DC6050 and explain its stitches, automatic cutter, foot-pressure adjustment, buttonholes and quilting accessories. Every machine is backed by genuine product knowledge, authorised New Zealand warranty support and our own in-house technical workshop with experienced sewing-machine technicians. For sewists who want an easy-to-use computerised machine with automatic cutting, adjustable foot pressure, useful quilting accessories and dependable Janome engineering, the DC6050 is an outstanding all-round choice.