Janome Memory Craft 6700P
.ds-6700p { --ds-black: #171717; --ds-dark-grey: #414141; --ds-grey: #626262; --ds-light: #f5f5f3; --ds-border: #dfdfdc; --ds-white: #ffffff; --ds-purple: #65509c; --ds-soft-purple : #f4f1fa; --ds-red: #d71920; max-width: 1180px; margin: 0 auto; color: var(--ds-black); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.7; } .ds-6700p *, .ds-6700p *::before, .ds-6700p *::after { box-sizing: border-box; } .ds-6700p img { display: block; width: 100%; height: auto; } .ds-6700p h2, .ds-6700p h3, .ds-6700p h4 { margin-top: 0; color: var(--ds-black); line-height: 1.18; } .ds-6700p h2 { margin-bottom: 20px; font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.04em; } .ds-6700p h3 { margin-bottom: 18px; font-size: clamp(26px, 3.4vw, 39px); letter-spacing: -0.03em; } .ds-6700p h4 { margin-bottom: 9px; font-size: 19px; } .ds-6700p p { margin-top: 0; margin-bottom: 18px; } .ds-6700p a { color: inherit; } .ds-6700p .ds-section { padding: 58px 0; border-bottom: 1px solid var(--ds-border); } .ds-6700p .ds-section:last-child { border-bottom: 0; } .ds-6700p .ds-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--ds-purple); font-size: 13px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; } .ds-6700p .ds-lead { max-width: 840px; color: var(--ds-dark-grey); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; } .ds-6700p .ds-hero { padding: 34px 0 58px; border-bottom: 1px solid var(--ds-border); } .ds-6700p .ds-hero-copy { max-width: 930px; margin: 0 auto 34px; text-align: center; } .ds-6700p .ds-hero-copy .ds-lead { margin-right: auto; margin-left: auto; } .ds-6700p .ds-hero-image { position: relative; margin: 0; overflow: hidden; background: var(--ds-light); border-radius: 20px; } .ds-6700p .ds-hero-image img { aspect-ratio: 1000 / 381; object-fit: cover; } .ds-6700p .ds-award { position: absolute; top: 16px; right: 16px; padding: 8px 12px; background: rgba(255, 255, 255, 0.95); border: 1px solid var(--ds-border); border-radius: 7px; color: var(--ds-black); font-size: 11px; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; } .ds-6700p .ds-caption { padding: 11px 15px 14px; color: #6a6a6a; font-size: 13px; line-height: 1.45; text-align: center; } .ds-6700p .ds-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 10px; max-width: 870px; margin: 30px auto; } .ds-6700p .ds-stat { padding: 18px 13px; background: var(--ds-light); border: 1px solid #eaeae7; border-radius: 12px; text-align: center; } .ds-6700p .ds-stat-number { display: block; font-size: 23px; font-weight: 780; line-height: 1.15; } .ds-6700p .ds-stat-label { display: block; margin-top: 6px; color: #666666; font-size: 12px; line-height: 1.35; } .ds-6700p .ds-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 25px; } .ds-6700p .ds-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--ds-black); border-radius: 7px; background: var(--ds-black); color: var(--ds-white); font-size: 15px; font-weight: 680; line-height: 1.25; text-align: center; text-decoration: none; transition: opacity 0.2s ease, transform 0.2s ease; } .ds-6700p .ds-button:hover { opacity: 0.86; transform: translateY(-1px); } .ds-6700p .ds-button-secondary { background: transparent; color: var(--ds-black); } .ds-6700p .ds-intro { max-width: 950px; } .ds-6700p .ds-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr)); gap: 16px; margin-top: 31px; } .ds-6700p .ds-feature-card { padding: 26px; background: var(--ds-light); border: 1px solid #eaeae7; border-radius: 15px; } .ds-6700p .ds-feature-number { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-bottom: 17px; border-radius: 50%; background: var(--ds-black); color: var(--ds-white); font-size: 13px; font-weight: 700; } .ds-6700p .ds-feature-card p { margin-bottom: 0; color: var(--ds-grey); font-size: 15px; line-height: 1.65; } .ds-6700p .ds-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(30px, 6vw, 72px); } .ds-6700p .ds-split-image { margin: 0; overflow: hidden; background: var(--ds-light); border-radius: 17px; } .ds-6700p .ds-split-image img { min-height: 280px; aspect-ratio: 4 / 3; object-fit: contain; padding: 28px; background: var(--ds-white); } .ds-6700p .ds-split-image.ds-wide img { aspect-ratio: 5 / 3; } .ds-6700p .ds-check-list, .ds-6700p .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-6700p .ds-check-list li, .ds-6700p .ds-accessory-list li { position: relative; padding-left: 25px; } .ds-6700p .ds-check-list li::before, .ds-6700p .ds-accessory-list li::before { position: absolute; top: 0; left: 0; color: var(--ds-purple); content: "✓"; font-weight: 750; } .ds-6700p .ds-callout { padding: clamp(28px, 5vw, 50px); overflow: hidden; background: var(--ds-black); border-radius: 18px; color: var(--ds-white); } .ds-6700p .ds-callout h3, .ds-6700p .ds-callout h4 { color: var(--ds-white); } .ds-6700p .ds-callout p:last-child { margin-bottom: 0; } .ds-6700p .ds-callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); align-items: center; gap: 38px; } .ds-6700p .ds-callout-image { margin: 0; overflow: hidden; background: var(--ds-white); border-radius: 13px; } .ds-6700p .ds-callout-image img { min-height: 270px; aspect-ratio: 4 / 3; object-fit: contain; padding: 28px; } .ds-6700p .ds-note { padding: 24px 26px; border-left: 4px solid var(--ds-purple); background: var(--ds-soft-purple); border-radius: 4px 12px 12px 4px; } .ds-6700p .ds-note p:last-child { margin-bottom: 0; } .ds-6700p .ds-package { padding: clamp(27px, 5vw, 46px); background: var(--ds-soft-purple); border: 1px solid #e4ddf2; border-radius: 17px; } .ds-6700p .ds-package h3 { margin-bottom: 13px; } .ds-6700p .ds-benefit-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 12px; margin-top: 27px; } .ds-6700p .ds-benefit { padding: 19px; border: 1px solid var(--ds-border); border-radius: 11px; background: var(--ds-white); } .ds-6700p .ds-benefit h4 { font-size: 16px; } .ds-6700p .ds-benefit p { margin-bottom: 0; color: var(--ds-grey); font-size: 14px; line-height: 1.55; } .ds-6700p .ds-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 16px; margin-top: 28px; } .ds-6700p .ds-gallery figure { overflow: hidden; margin: 0; background: var(--ds-light); border: 1px solid var(--ds-border); border-radius: 14px; } .ds-6700p .ds-gallery img { height: 215px; object-fit: contain; padding: 20px; background: var(--ds-white); } .ds-6700p .ds-gallery figcaption { min-height: 84px; padding: 14px 15px; color: #555555; font-size: 13px; line-height: 1.45; } .ds-6700p .ds-use-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr)); gap: 12px; margin-top: 25px; } .ds-6700p .ds-use-item { padding: 18px 15px; border: 1px solid var(--ds-border); border-radius: 10px; background: var(--ds-white); text-align: center; } .ds-6700p .ds-use-item span { display: block; font-size: 15px; line-height: 1.4; } .ds-6700p .ds-video-wrap { position: relative; width: 100%; margin-top: 28px; overflow: hidden; padding-bottom: 56.25%; background: #000000; border-radius: 16px; } .ds-6700p .ds-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .ds-6700p .ds-table-wrap { width: 100%; margin-top: 23px; overflow-x: auto; border: 1px solid var(--ds-border); border-radius: 12px; } .ds-6700p table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--ds-white); } .ds-6700p th, .ds-6700p td { padding: 14px 16px; border-bottom: 1px solid var(--ds-border); vertical-align: top; text-align: left; } .ds-6700p th { width: 38%; background: var(--ds-light); color: var(--ds-black); font-size: 14px; font-weight: 680; } .ds-6700p td { color: #4b4b4b; font-size: 14px; } .ds-6700p tr:last-child th, .ds-6700p tr:last-child td { border-bottom: 0; } .ds-6700p details { margin-top: 13px; overflow: hidden; border: 1px solid var(--ds-border); border-radius: 10px; background: var(--ds-white); } .ds-6700p summary { position: relative; padding: 18px 52px 18px 19px; cursor: pointer; color: var(--ds-black); font-size: 16px; font-weight: 680; list-style: none; } .ds-6700p summary::-webkit-details-marker { display: none; } .ds-6700p summary::after { position: absolute; top: 50%; right: 19px; transform: translateY(-50%); color: var(--ds-purple); content: "+"; font-size: 26px; font-weight: 400; } .ds-6700p details[open] summary::after { content: "−"; } .ds-6700p .ds-details-content { padding: 0 19px 20px; color: var(--ds-grey); } .ds-6700p .ds-details-content p:last-child, .ds-6700p .ds-details-content ul:last-child { margin-bottom: 0; } .ds-6700p .ds-details-content ul { padding-left: 22px; } .ds-6700p .ds-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr)); gap: 14px; margin-top: 27px; } .ds-6700p .ds-resource-card { display: flex; min-height: 200px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--ds-border); border-radius: 14px; background: var(--ds-light); } .ds-6700p .ds-resource-card p { color: var(--ds-grey); font-size: 14px; line-height: 1.55; } .ds-6700p .ds-resource-link { display: inline-block; color: var(--ds-purple); font-size: 14px; font-weight: 750; text-decoration: none; } .ds-6700p .ds-resource-link:hover { text-decoration: underline; } .ds-6700p .ds-direct-sewing { padding: clamp(30px, 5vw, 52px); background: var(--ds-light); border-radius: 17px; text-align: center; } .ds-6700p .ds-direct-sewing p { max-width: 840px; margin-right: auto; margin-left: auto; } @media (max-width: 700px) { .ds-6700p { font-size: 15px; } .ds-6700p .ds-section { padding: 44px 0; } .ds-6700p .ds-hero { padding-top: 16px; padding-bottom: 44px; } .ds-6700p .ds-hero-image img { min-height: 270px; aspect-ratio: auto; object-fit: cover; object-position: 66% center; } .ds-6700p .ds-button-row, .ds-6700p .ds-button { width: 100%; } .ds-6700p .ds-stat-grid { grid-template-columns: repeat(2, 1fr); } .ds-6700p .ds-feature-card { padding: 22px; } .ds-6700p .ds-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ds-6700p .ds-gallery img { height: 170px; padding: 12px; } .ds-6700p .ds-gallery figcaption { min-height: 108px; padding: 11px; font-size: 12px; } .ds-6700p .ds-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ds-6700p .ds-use-item { padding: 15px 10px; } } @media (max-width: 420px) { .ds-6700p .ds-gallery { grid-template-columns: 1fr; } .ds-6700p .ds-gallery figcaption { min-height: 0; } } Professional flat-bed sewing and quilting machine Janome Memory Craft 6700P Professional Industrial-inspired control meets modern computerised creativity. The Janome Memory Craft 6700P combines a heavy-duty all-metal flat-bed, speeds of up to 1,200 stitches per minute, AcuFeed Flex, professional HP technology and 200 built-in stitches in one powerful sewing and quilting machine. 1,200 stitches per minute 255mm space right of needle 200 built-in stitches 3 needle plates included View Instruction Manual Download NZ/AU Brochure IDEA 2018 Finalist The award-winning Janome Memory Craft 6700P Professional with its seamless all-metal flat-bed. Built for sewists who value speed and control A professional workhorse with the versatility of a computerised machine The Memory Craft 6700P is designed for quilters, garment makers, bag makers, costume departments and experienced sewists who want a solid, fast and dependable machine without giving up decorative stitches, buttonholes or programmable sewing. Its heavy-duty powder-coated metal flat-bed provides a smooth, uninterrupted sewing surface with 255mm of space to the right of the needle. A rigid die-cast aluminium internal frame and vibration-suppression design help the machine remain stable and refined at higher sewing speeds. AcuFeed Flex, professional HP technology, three needle plates, manual tension, stepless presser-foot pressure and an independent bobbin-winding motor give experienced users direct control over the way the machine feeds, forms and finishes each stitch. New Zealand and Australian package A complete professional sewing and quilting setup The regional MC6700P package includes the principal equipment required for layered sewing, precision piecing, quilting and high-speed production-style work. AcuFeed twin holder and AD foot Professional Grade HP foot Standard zigzag needle plate Straight-stitch needle plate Professional HP needle plate Extra-wide extension table Adjustable knee lifter Large-style foot controller Quilting guide bar Stitch reference chart Resin accessory box Protective soft cover Why the MC6700P stands out Serious engineering for serious sewing 01 Up to 1,200 stitches per minute Complete long seams, piecing and production-style sewing efficiently, with a speed-control slider for detailed or controlled work. 02 All-metal seamless flat-bed The powder-coated metal sewing bed creates a smooth, durable and uninterrupted surface for guiding fabric and larger projects. 03 AcuFeed Flex included Janome’s detachable layered-fabric feeding system helps move the upper and lower fabric layers together for improved control. 04 Professional HP system The narrow HP foot and dedicated needle plate provide excellent visibility and precise control for piecing, curves and topstitching. 05 Three needle plates Select the standard zigzag, straight-stitch or professional HP plate to support the fabric and technique being sewn. 06 One-push plate conversion Release and replace the needle plate without removing screws or reaching for a screwdriver. 07 Independent bobbin winding Wind a fresh bobbin using the separate bobbin motor while the machine remains threaded and prepared for sewing. 08 Manual professional controls Exterior tension and presser-foot pressure dials provide immediate, visible control over stitch formation and fabric handling. High-performance sewing Speed backed by stability The MC6700P can sew at up to 1,200 stitches per minute, making it one of Janome’s fastest top-loading computerised sewing machines. A full metal frame, substantial flat-bed and vibration-suppression engineering help the machine remain smooth and controlled as the speed increases. Use the maximum-speed slider to slow the machine for curves, appliqué, decorative details or free-motion work, then increase the speed for long seams and efficient construction. The MC6700P provides 255mm of uninterrupted workspace to the right of the needle. A professional flat-bed workspace Built to support large projects The seamless metal bed provides 255mm of width and 120mm of height to the right of the needle, giving quilts, bags, garments, curtains and home décor projects room to move. Attach the supplied extra-wide table to create an even larger supported work surface. Supporting the weight of the project helps reduce drag and prevents heavy fabric from pulling away from the needle. The streamlined machine head also improves visibility around the needle and presser foot. 255mm workspace width 120mm workspace height Powder-coated metal flat-bed Extra-wide table included Rigid die-cast aluminium frame Streamlined machine head Layered-fabric control AcuFeed Flex guides fabric from above and below Janome’s AcuFeed Flex system works with the machine’s lower feed dogs to guide the upper and lower fabric layers together. This helps reduce shifting when quilting, matching checks or stripes, sewing long seams and working with layered or difficult fabrics. The twin AcuFeed holder and AD foot are included. Additional AcuFeed feet are available for piecing, stitch-in-the-ditch quilting, open-toe sewing, straight stitching and zipper insertion. Quilt layers Helps move the quilt top, batting and backing more evenly. Pattern matching Supports alignment when sewing checks, stripes and printed fabrics. Long seams Reduces unwanted shifting over long garment and home décor seams. The supplied AcuFeed twin system provides coordinated upper and lower fabric feeding. Professional precision HP technology provides a clear path to the needle The narrow Professional Grade HP foot is inspired by industrial straight-stitch feet and provides excellent visibility around the needle and fabric edge. Use it with the included HP needle plate for accurate quilt piecing, narrow seam allowances, curved sewing and controlled topstitching. The HP plate has a small single needle opening that supports the fabric closely around the needle for refined straight-stitch results. Standard zigzag, straight-stitch and Professional Grade HP needle plates are included. Configure the machine for the stitch Three plates with one-push conversion The standard zigzag plate supports the full range of utility, decorative and 9mm-wide stitches. The straight-stitch plate provides left, centre and right needle openings for controlled straight stitching, while the HP plate works with the narrow Professional Grade HP foot. Push the release lever, lift away the plate and position the replacement. No screws or tools are required. Direct mechanical control Adjust tension and foot pressure without searching through menus The MC6700P combines computerised stitch selection with visible, industrial-inspired mechanical controls. Exterior tension dial Set the upper-thread tension directly using the large numbered dial positioned at the front of the machine. Stepless foot-pressure dial Fine-tune presser-foot pressure for lightweight, heavyweight, stretchy or layered fabrics. Visible pressure gauge See the current foot-pressure setting at a glance and return to preferred settings easily. AcuFeed balance control Adjust the relationship between the upper and lower feeding if layers begin to pucker or creep. Clear computerised control A 3.6-inch LCD keeps essential information visible The backlit screen displays the selected stitch, recommended presser foot, suggested tension, foot-pressure setting, stitch width, stitch length and feed-dog position. Physical controls and encoder dials surround the screen, providing a tactile interface that is quick to operate while sewing. A detachable stitch-reference chart displays the complete stitch library above the machine and can be removed when it is not required. 3.6-inch backlit LCD Direct numeric stitch selection Stitch-width encoder dial Stitch-length encoder dial Detachable stitch chart 13 selectable interface languages The information-rich LCD displays stitch and machine settings at a glance. Smooth encoder dials provide quick, precise control over stitch settings. Fast stitch adjustment Turn the dial and see the change immediately The two encoder dials adjust stitch width, needle position and stitch length without relying on small plus and minus buttons. The dials also help move through stitch selections and programmed pattern combinations, creating a faster and more tactile workflow. Compatible stitch settings can be customised and stored as favourites for future projects. Construction and creativity 200 stitches with 9mm decorative capability The Memory Craft 6700P includes utility, stretch, overcasting, quilting, heirloom, satin, decorative and lettering stitches for an extensive range of sewing. Stitch width can be adjusted up to 9mm, with 91 needle positions available for precise placement. Suitable satin stitches can be elongated up to five times while maintaining their original stitch density. 200 built-in stitches Utility, quilting, garment, heirloom and decorative options. Nine buttonholes Eight sensor buttonholes plus one automatic buttonhole. Two alphabets Block and Script lettering for labels, names and monograms. 9mm stitch width Create bold decorative details and precise needle placement. Five-times elongation Extend suitable satin stitches without reducing density. Mirror imaging Flip compatible stitches to build balanced combinations. Personalised operation Place your most-used stitches on the direct-selection screen Seven of the original direct-select stitch positions can be replaced with stitches you use more frequently. Add preferred construction stitches, quilting stitches or even buttonholes to create a control layout tailored to the way you sew. Favourite Stitch can also remember preferred width, length and other compatible adjustments. Build and save stitch combinations Program decorative sequences and lettering Combine compatible decorative stitches, mirrored motifs, spaces and lettering to create personalised borders and sewing sequences. Individual stitches within a combination can be edited, inserted, duplicated or deleted. Up to 20 stitch combinations can be stored in the machine’s memory for future use. Individual stitch editing Combination stitch editing Mirror-image patterns Automatic locking stitches Programmable thread cutting Startover function Block and Script lettering Twenty memory banks A strong quilting package Piece, feed and free-motion quilt The MC6700P includes dedicated equipment for piecing, layered feeding and traditional free-motion quilting. 1/4-inch seam foot Follow the built-in guide to create consistent patchwork seam allowances. Professional HP foot Gain clear visibility and fabric control for precision piecing and curved seams. AcuFeed Flex Guide quilt layers from above and below during straight-line and layered sewing. Three free-motion toes Choose closed-toe, open-toe or clear-view echo options to suit the technique. Manual drop feed Lower the feed dogs for free-motion quilting, thread painting and darning. Adjustable knee lifter Raise the presser foot while keeping both hands on the quilt or fabric. Stitch-regulation clarification The MC6700P supports traditional free-motion quilting but does not include or connect to Janome’s A.S.R. Accurate Stitch Regulator. Quilting stitch length is controlled by coordinating the machine speed with the movement of the fabric. Designed for serious thread use Dual upright spool delivery Two vertical spool pins and a fold-up thread-guide bar accommodate standard spools as well as larger cones commonly used for quilting, garment sewing and production work. The dual setup makes it easier to prepare twin-needle sewing or keep two colours ready for quick changes during decorative work and thread painting. Large, small and special spool holders, spool rests and thread nets are supplied. The dual vertical thread stand supports conventional spools and larger thread cones. The Superior Needle Threader guides the thread through the needle eye. Faster machine preparation Superior Needle Threader and Easy Set Bobbin Position the upper thread, lower the threading lever and release. The threader passes the thread through the eye of the needle so you can begin sewing sooner. The top-loading Easy Set Bobbin follows a clearly marked path with a built-in cutter, reducing the need to manually draw the bobbin thread through the needle plate. Five genuine Janome plastic bobbins are supplied with the machine. Clear visibility Six bright LEDs across three locations LED lighting illuminates the needle, presser foot and surrounding flat-bed to reduce shadows across the sewing area. The streamlined machine head creates an open view around the needle, helping with precise seam placement, topstitching, appliqué and free-motion work. Bright LED lighting is positioned across three areas of the machine. Practical controls for efficient sewing Convenience features designed around real workflows Automatic thread cutter Cut the upper and bobbin threads together at the press of a button. Remote-cutter port Add the optional foot-operated thread-cutter switch for hands-free trimming. Needle up or down Memorise whether the needle stops raised or lowered in the fabric. Adjustable knee lifter Raise and lower the presser foot while both hands remain on the project. Start and stop button Sew without the foot controller and use one-touch slow sewing for control. Automatic locking stitch Secure seams and compatible decorative patterns at the touch of a button. Independent bobbin motor Wind a bobbin without unthreading the main sewing path. Twin-needle protection Limit compatible stitch width to help protect the needle during twin-needle work. Explore the MC6700P Professional control in the details The seamless flat-bed provides 255mm of space to the right of the needle. Release and replace the needle plate without screws or tools. The exterior pressure control makes fine fabric-feed adjustments easy to see. The large numbered tension dial provides direct control over stitch balance. Who is the MC6700P for? A powerful choice for experienced and productive sewists Quilt piecing Free-motion quilting Garment construction Bag making Costume sewing Home décor Curtain sewing Patchwork and appliqué Decorative stitching Thread painting Topstitching Creative studios Important information before purchasing The Memory Craft 6700P is a dedicated flat-bed machine and does not have a removable free arm. It does not have automatic pivoting, electronic presser-foot lift, automatic tension, upper-thread sensing or bobbin-thread sensing. It is a professional domestic sewing and quilting machine rather than a compound-feed industrial walking-foot machine. For consistently sewing extremely thick, dense or difficult materials, speak with our team so we can recommend the correct machine. The MC6700P does not perform machine embroidery and is not compatible with Janome’s A.S.R. stitch regulator. See it in action Janome Memory Craft 6700P instructional video Explore the machine’s threading, controls, AcuFeed system, needle plates and key sewing functions in Janome’s official instructional video. Comprehensive standard package 16 presser feet plus the AcuFeed twin holder included The New Zealand and Australian package equips the MC6700P for garment construction, quilting, piecing, free-motion sewing, buttonholes and decorative techniques. View all supplied presser feet Zigzag Foot A Rolled Hem Foot D Zipper Foot E Satin Stitch Foot F Open-Toe Satin Stitch Foot F2 Blind Hemming Foot G Overedge Foot M 1/4-inch Seam Foot O with guide Darning Foot PD-H, closed toe Free-Motion Closed-Toe Foot QC Free-Motion Open-Toe Foot QO Free-Motion Clear-View Foot QV Automatic Buttonhole Foot R Button Sewing Foot T AcuFeed Foot AD, twin Professional Grade Foot HP The AcuFeed twin holder is also included. Some Janome literature counts the AcuFeed holder assembly when describing the package as including 17 standard feet. Everything supplied Janome Memory Craft 6700P standard accessories Needle plates and professional sewing equipment Standard 9mm zigzag needle plate, fitted to the machine Straight-stitch needle plate with left, centre and right openings Professional Grade HP needle plate Professional Grade HP foot AcuFeed twin holder AcuFeed AD twin foot Adjustable knee lifter Quilting guide bar Buttonhole stabiliser plate Button shank plate Table, controls and storage Extra-wide extension table Large-style electronic foot controller Detachable stitch-reference chart Stitch-chart mounting bracket Two stitch-chart set screws Resin accessory box Protective machine soft cover Power cable Instruction book Bobbins, needles and general accessories Five Janome plastic bobbins, including one fitted in the machine Assorted needle set Screwdriver Lint brush Seam ripper and buttonhole opener Large spool holders x 2 Small spool holders x 2 Special spool holders x 2 Spool rests x 2 Thread nets x 2 Technical information Janome Memory Craft 6700P specifications Machine type Professional computerised flat-bed sewing and quilting machine Maximum sewing speed Up to 1,200 stitches per minute Workspace 255mm wide x 120mm high to the right of the needle Built-in stitches 200 Built-in fonts Two: Block and Script Buttonholes Nine, including eight sensor styles and one automatic style Maximum stitch width 9mm Maximum stitch length 5mm Needle positions 91 Screen 3.6-inch backlit LCD Stitch adjustment Physical stitch-width and stitch-length encoder dials Direct stitch selection Numeric keypad with seven customisable direct-selection positions Memory Stores up to 20 stitch combinations Hook type Top-loading full rotary hook bobbin system Feed system Seven-piece feed dog system Upper-feed system Detachable AcuFeed Flex twin holder and AD foot included AcuFeed balance Manual feed-balance adjustment Drop feed Yes, manually controlled Thread tension Manual exterior tension dial Presser-foot pressure Stepless manual adjustment with visible gauge Presser-foot lift Manual lever and adjustable knee lifter Automatic pivot No Needle threader Superior Needle Threader Needle up or down Memorised needle stop position Needle plates Standard zigzag, straight-stitch and Professional Grade HP plates included Needle-plate changing One-push lever release without screws or tools Professional HP foot Included Automatic thread cutter Yes, cuts the upper and bobbin threads Remote thread-cutter connection Yes; remote switch available separately Upper-thread sensor No Bobbin-thread sensor No Bobbin winding Independent bobbin-winding motor Lighting Six white LED lights across three locations Interface languages 13 regional language options Standard presser feet 16 presser feet plus the AcuFeed twin holder Extension table Extra-wide table included Knee lifter Adjustable knee lifter included Free arm No, the MC6700P is a dedicated flat-bed model A.S.R. compatibility No Embroidery capability No Machine dimensions 516mm wide x 300mm high x 220mm deep Machine weight Approximately 11kg Internal frame Rigid die-cast aluminium Machine cover Protective soft cover included Expand your machine Popular optional accessories The MC6700P can be expanded with additional AcuFeed feet, specialist quilting equipment, magnifiers, garment-sewing feet and dedicated sewing furniture. Additional AcuFeed Flex accessories Part number Accessory 202125004 AcuFeed 1/4-Inch Quilt Piecing Foot OD, twin 202103006 AcuFeed Ditch Quilting Foot SD, twin 202149004 AcuFeed Open-Toe Foot UD, twin 202102005 AcuFeed Straight-Stitch Foot STD, twin 859833006 AcuFeed Single Holder 859835101 AcuFeed Foot VD, single 859838001 AcuFeed Zipper Foot ED, single 202415004 AcuFeed Flex Professional Grade Foot HP2 Popular quilting and visibility accessories Part number Accessory 202089005 Clear-View Quilting Foot and Guide Set OV 202110006 Free-Motion Couching Foot Set FMC 200445007 Special Bobbin Case for Free-Motion Quilting 202211008 Quilt Binder Set W1 200130002 AcuView Optic Magnifier Set 858418008 Remote Thread-Cutter Switch 494710003 Universal Sewing Table Stand 494712005 Insert Plate H for MC6700P Popular garment and creative sewing feet Appliqué Foot AP Beading Feet L1 and L2 Bi-Level Foot Binder Foot W Border Guide Foot FB Large Buttonhole Foot and Stabiliser Plate Circular Sewing Attachment Nine-Hole Cording Foot H2 Ditch Quilting Foot S Edge Guide Foot SE Gathering Foot V Heavy-Duty Roller Foot Lap-Seam Foot Pintucking Feet and Cord Guides Piping Feet Ribbon and Sequin Foot Ruffler RF Straight-Stitch Foot ST Ultra Glide Foot and Needle Plate Set Concealed Zipper Foot Manuals and official resources Learn more about the Memory Craft 6700P Instruction Manual Read the complete operating guide covering setup, AcuFeed, HP sewing, quilting, buttonholes, programming and maintenance. Open 112-page manual → NZ and AU Brochure View the official regional brochure covering the machine’s principal specifications and included features. Open regional brochure → Official Global Product Guide Explore Janome’s detailed explanations of the metal flat-bed, HP system, AcuFeed and professional controls. View global product guide → Regional Product Information View Janome Australia and New Zealand’s standard accessories, optional equipment and specifications. Visit Janome → Frequently asked questions Janome Memory Craft 6700P FAQ Is the Janome MC6700P an industrial sewing machine? No. It is a professional computerised domestic sewing and quilting machine with an industrial-inspired metal flat-bed, exterior controls, high sewing speed and Professional Grade HP system. Does the MC6700P include AcuFeed Flex? Yes. The New Zealand and Australian package includes the AcuFeed twin holder and AD twin foot. Is the HP foot and HP needle plate included? Yes. The Professional Grade HP foot and dedicated single-hole HP needle plate are supplied as standard. How many needle plates are included? Three plates are supplied: the standard zigzag plate, straight-stitch plate with three needle openings and Professional Grade HP plate. Is the extra-wide extension table included? Yes. The regional package includes the large extension table for supporting quilts and larger projects. Does the MC6700P have a free arm? No. The MC6700P is a dedicated flat-bed model designed to provide a solid, seamless sewing surface. Does it include a knee lifter? Yes. The adjustable knee lifter raises and lowers the presser foot while both hands remain on the fabric. Can the MC6700P free-motion quilt? Yes. The feed dogs can be lowered and closed-toe, open-toe and clear-view free-motion quilting feet are supplied. Does it have a stitch regulator? No. The MC6700P is not compatible with Janome’s A.S.R. Accurate Stitch Regulator. Free-motion stitch length is controlled by balancing fabric movement with sewing speed. Does it have automatic tension? No. Upper-thread tension is adjusted manually using the large exterior tension dial. Does it have automatic presser-foot pressure? No. Presser-foot pressure is adjusted manually using the stepless exterior dial and visible gauge. How fast does the machine sew? The MC6700P can sew at up to 1,200 stitches per minute. The maximum speed can be reduced using the front speed-control slider. Can it sew denim, canvas and bag-making materials? It provides strong needle penetration, adjustable foot pressure and excellent feeding for a wide range of fabrics. Suitability depends on the total thickness, density, seam construction, needle and thread being used. Does the MC6700P perform embroidery? No. It is a sewing and quilting machine and does not connect to an embroidery unit. Buy from New Zealand sewing specialists Professional equipment backed by knowledgeable support Direct Sewing has supplied sewing, quilting and embroidery equipment throughout New Zealand since 2001. Our experienced team can demonstrate the Memory Craft 6700P, explain AcuFeed Flex and Professional Grade HP sewing, and help you choose suitable feet, needles, threads and accessories. With genuine product knowledge, nationwide support and an in-house technical workshop, you can purchase with confidence and continue receiving assistance long after your machine leaves our showroom. For sewists who value speed, manual control, a solid flat-bed and advanced computerised versatility, the Janome Memory Craft 6700P remains an exceptional professional machine.
More you might like
Related
Janome Memory Craft 6700P
Related
Janome Memory Craft 6700P
Related
Janome Memory Craft 6700P
Related