Brother PR680W Six-Needle Embroidery Machine with Stand
.ds-pr680w { --navy: #10263f; --blue: #175e89; --pale-blue: #eaf4f9; --red: #c62828; --red-dark: #a61f1f; --gold: #d3a446; --ink: #17212b; --muted: #5c6873; --border: #dce3e8; --li ght: #f6f8fa; --white: #ffffff; color: var(--ink); font-family: inherit; font-size: 16px; line-height: 1.65; } .ds-pr680w *, .ds-pr680w *::before, .ds-pr680w *::after { box-sizing: border-box; } .ds-pr680w img { display: block; max-width: 100%; height: auto; } .ds-pr680w a { color: inherit; } .ds-pr680w .ds-container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; } .ds-pr680w .ds-section { padding: 72px 0; } .ds-pr680w .ds-section--light { background: var(--light); } .ds-pr680w .ds-section--blue { background: var(--pale-blue); } .ds-pr680w h2, .ds-pr680w h3 { margin-top: 0; color: var(--navy); line-height: 1.2; } .ds-pr680w h2 { margin-bottom: 18px; font-size: clamp(29px, 4vw, 44px); } .ds-pr680w h3 { margin-bottom: 10px; font-size: 21px; } .ds-pr680w p { margin-top: 0; } .ds-pr680w .ds-eyebrow { display: block; margin-bottom: 10px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.4; text-transform: uppercase; } .ds-pr680w .ds-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; } .ds-pr680w .ds-heading p { margin-bottom: 0; color: var(--muted); font-size: 18px; } .ds-pr680w .ds-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; } .ds-pr680w .ds-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--red); border-radius: 5px; background: var(--red); color: var(--white) !important; font-size: 15px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; } .ds-pr680w .ds-button:hover { border-color: var(--red-dark); background: var(--red-dark); transform: translateY(-1px); } .ds-pr680w .ds-button--outline { border-color: var(--navy); background: transparent; color: var(--navy) !important; } .ds-pr680w .ds-button--outline:hover { background: var(--navy); color: var(--white) !important; } .ds-pr680w .ds-button--white { border-color: var(--white); background: var(--white); color: var(--navy) !important; } .ds-pr680w .ds-button--white-outline { border-color: rgba(255, 255, 255, 0.75); background: transparent; color: var(--white) !important; } .ds-pr680w .ds-button--white-outline:hover { border-color: var(--white); background: var(--white); color: var(--navy) !important; } /* Hero */ .ds-pr680w .ds-hero { overflow: hidden; padding: 68px 0; background: radial-gradient( circle at 90% 15%, rgba(211, 164, 70, 0.2), transparent 25% ), linear-gradient(135deg, #0c1c2e 0%, #153957 100%); color: var(--white); } .ds-pr680w .ds-hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr); gap: 54px; align-items: center; } .ds-pr680w .ds-hero .ds-eyebrow { color: #f0c873; } .ds-pr680w .ds-hero h2 { margin-bottom: 20px; color: var(--white); font-size: clamp(34px, 5vw, 55px); } .ds-pr680w .ds-hero-lead { margin-bottom: 0; color: #e5edf3; font-size: 19px; } .ds-pr680w .ds-hero-media { margin: 0; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 14px; background: var(--white); box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3); } .ds-pr680w .ds-hero-media img { width: 100%; min-height: 280px; max-height: 440px; object-fit: contain; } .ds-pr680w .ds-hero-note { margin-top: 19px; padding-left: 16px; border-left: 3px solid var(--gold); color: #dce7ef; font-size: 14px; } /* Statistics */ .ds-pr680w .ds-stat-wrap { position: relative; z-index: 2; margin-top: -28px; } .ds-pr680w .ds-stats { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 9px; background: var(--white); box-shadow: 0 15px 40px rgba(16, 38, 63, 0.13); } .ds-pr680w .ds-stat { padding: 23px 12px; border-right: 1px solid var(--border); text-align: center; } .ds-pr680w .ds-stat:last-child { border-right: 0; } .ds-pr680w .ds-stat strong { display: block; color: var(--navy); font-size: 22px; line-height: 1.15; } .ds-pr680w .ds-stat span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.35; } /* Cards */ .ds-pr680w .ds-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ds-pr680w .ds-card { padding: 28px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); box-shadow: 0 7px 22px rgba(16, 38, 63, 0.06); } .ds-pr680w .ds-card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 800; } .ds-pr680w .ds-card p { margin-bottom: 0; color: var(--muted); } /* Split sections */ .ds-pr680w .ds-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr); gap: 54px; align-items: center; } .ds-pr680w .ds-split--reverse .ds-split-media { order: -1; } .ds-pr680w .ds-split-copy > p { color: var(--muted); font-size: 17px; } .ds-pr680w .ds-feature-list, .ds-pr680w .ds-check-list { margin: 24px 0 0; padding: 0; list-style: none; } .ds-pr680w .ds-feature-list li, .ds-pr680w .ds-check-list li { position: relative; margin-bottom: 12px; padding-left: 30px; } .ds-pr680w .ds-feature-list li::before, .ds-pr680w .ds-check-list li::before { position: absolute; top: 1px; left: 0; color: var(--red); content: "✓"; font-weight: 900; } .ds-pr680w .ds-split-media { overflow: hidden; margin: 0; padding: 20px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); box-shadow: 0 14px 34px rgba(16, 38, 63, 0.1); } .ds-pr680w .ds-split-media img { width: 100%; max-height: 470px; object-fit: contain; } .ds-pr680w .ds-caption { margin: 13px 0 0; color: var(--muted); font-size: 13px; text-align: center; } /* Dark section */ .ds-pr680w .ds-dark { padding: 72px 0; background: var(--navy); color: var(--white); } .ds-pr680w .ds-dark h2, .ds-pr680w .ds-dark h3 { color: var(--white); } .ds-pr680w .ds-dark .ds-eyebrow { color: #f0c873; } .ds-pr680w .ds-dark .ds-split-copy > p { color: #d9e4ec; } .ds-pr680w .ds-dark .ds-feature-list li { color: #edf3f6; } .ds-pr680w .ds-dark .ds-feature-list li::before { color: #f0c873; } /* Six needle band */ .ds-pr680w .ds-needle-band { padding: 50px 0; background: var(--red); color: var(--white); } .ds-pr680w .ds-needle-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 0.6fr); gap: 22px; align-items: center; } .ds-pr680w .ds-needle-intro h2 { margin-bottom: 9px; color: var(--white); font-size: clamp(28px, 4vw, 39px); } .ds-pr680w .ds-needle-intro p { margin-bottom: 0; color: #fff2f2; } .ds-pr680w .ds-needle-point { padding-left: 19px; border-left: 1px solid rgba(255, 255, 255, 0.42); } .ds-pr680w .ds-needle-point strong { display: block; font-size: 22px; line-height: 1.2; } .ds-pr680w .ds-needle-point span { display: block; margin-top: 5px; color: #fff2f2; font-size: 12px; } /* Notice */ .ds-pr680w .ds-notice { margin-top: 24px; padding: 21px 24px; border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0; background: #fff9ec; } .ds-pr680w .ds-notice strong { color: var(--navy); } .ds-pr680w .ds-notice p { margin: 5px 0 0; color: #56616b; } /* Workflow */ .ds-pr680w .ds-workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; } .ds-pr680w .ds-step { padding: 25px 22px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); } .ds-pr680w .ds-step-label { display: block; margin-bottom: 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; } .ds-pr680w .ds-step strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 18px; } .ds-pr680w .ds-step p { margin-bottom: 0; color: var(--muted); font-size: 15px; } /* Image gallery */ .ds-pr680w .ds-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .ds-pr680w .ds-gallery figure { overflow: hidden; margin: 0; border: 1px solid var(--border); border-radius: 8px; background: var(--white); } .ds-pr680w .ds-gallery img { width: 100%; aspect-ratio: 1.58 / 1; object-fit: cover; } .ds-pr680w .ds-gallery figcaption { padding: 14px 16px; color: var(--muted); font-size: 13px; text-align: center; } /* Applications */ .ds-pr680w .ds-application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .ds-pr680w .ds-application { padding: 24px 20px; border-top: 4px solid var(--red); background: var(--white); box-shadow: 0 7px 20px rgba(16, 38, 63, 0.07); } .ds-pr680w .ds-application strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 17px; } .ds-pr680w .ds-application span { color: var(--muted); font-size: 14px; } /* Video */ .ds-pr680w .ds-video { overflow: hidden; max-width: 940px; margin: 0 auto; border-radius: 10px; background: #000000; box-shadow: 0 18px 42px rgba(16, 38, 63, 0.18); } .ds-pr680w .ds-video-inner { position: relative; height: 0; padding-bottom: 56.25%; } .ds-pr680w .ds-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } /* Frames and included equipment */ .ds-pr680w .ds-included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .ds-pr680w .ds-included-box { padding: 30px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); } .ds-pr680w .ds-included-box h3 { padding-bottom: 13px; border-bottom: 1px solid var(--border); } /* Specifications */ .ds-pr680w .ds-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 8px; background: var(--white); } .ds-pr680w .ds-spec-table { width: 100%; min-width: 650px; border-collapse: collapse; } .ds-pr680w .ds-spec-table th, .ds-pr680w .ds-spec-table td { padding: 15px 18px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; } .ds-pr680w .ds-spec-table tr:last-child th, .ds-pr680w .ds-spec-table tr:last-child td { border-bottom: 0; } .ds-pr680w .ds-spec-table th { width: 34%; background: #f4f7f9; color: var(--navy); font-weight: 800; } .ds-pr680w .ds-spec-table td { color: #46525d; } .ds-pr680w .ds-spec-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; } /* Resource links */ .ds-pr680w .ds-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; } .ds-pr680w .ds-resource { display: flex; min-height: 185px; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid var(--border); border-radius: 8px; background: var(--white); text-decoration: none; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; } .ds-pr680w .ds-resource:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16, 38, 63, 0.1); } .ds-pr680w .ds-resource strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 17px; } .ds-pr680w .ds-resource span { color: var(--muted); font-size: 14px; } .ds-pr680w .ds-resource-link { margin-top: auto; padding-top: 17px; color: var(--red) !important; font-weight: 800; } /* Support */ .ds-pr680w .ds-support { padding: 64px 0; background: linear-gradient(135deg, #eaf3f8 0%, #f8fafb 100%); } .ds-pr680w .ds-support-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 50px; align-items: center; } .ds-pr680w .ds-support-highlight { padding: 34px; border-radius: 9px; background: var(--navy); color: var(--white); } .ds-pr680w .ds-support-highlight strong { display: block; margin-bottom: 10px; font-size: 26px; } .ds-pr680w .ds-support-highlight p { margin-bottom: 0; color: #dbe6ed; } .ds-pr680w .ds-support-copy > p { color: var(--muted); font-size: 17px; } .ds-pr680w .ds-contact { margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--red); background: var(--white); } .ds-pr680w .ds-contact p { margin: 3px 0; } .ds-pr680w .ds-contact a { color: var(--blue); font-weight: 700; } /* FAQ */ .ds-pr680w .ds-faq { max-width: 900px; margin: 0 auto; } .ds-pr680w .ds-faq details { margin-bottom: 12px; border: 1px solid var(--border); border-radius: 7px; background: var(--white); } .ds-pr680w .ds-faq summary { position: relative; padding: 19px 52px 19px 21px; color: var(--navy); cursor: pointer; font-weight: 800; line-height: 1.4; list-style: none; } .ds-pr680w .ds-faq summary::-webkit-details-marker { display: none; } .ds-pr680w .ds-faq summary::after { position: absolute; top: 17px; right: 20px; color: var(--red); content: "+"; font-size: 25px; line-height: 1; } .ds-pr680w .ds-faq details[open] summary::after { content: "−"; } .ds-pr680w .ds-faq-answer { padding: 0 21px 20px; color: var(--muted); } .ds-pr680w .ds-faq-answer p { margin-bottom: 0; } .ds-pr680w .ds-faq-answer a { color: var(--blue); font-weight: 700; } /* Final CTA */ .ds-pr680w .ds-final-cta { padding: 64px 0; background: linear-gradient(135deg, #10263f 0%, #1d557c 100%); color: var(--white); text-align: center; } .ds-pr680w .ds-final-cta h2 { color: var(--white); } .ds-pr680w .ds-final-cta p { max-width: 780px; margin: 0 auto; color: #dce7ee; font-size: 18px; } .ds-pr680w .ds-final-cta .ds-button-row { justify-content: center; } @media (max-width: 1000px) { .ds-pr680w .ds-hero-grid, .ds-pr680w .ds-split, .ds-pr680w .ds-support-grid { grid-template-columns: 1fr; } .ds-pr680w .ds-split--reverse .ds-split-media { order: initial; } .ds-pr680w .ds-stats { grid-template-columns: repeat(3, 1fr); } .ds-pr680w .ds-stat:nth-child(3n) { border-right: 0; } .ds-pr680w .ds-stat:nth-child(-n + 3) { border-bottom: 1px solid var(--border); } .ds-pr680w .ds-card-grid, .ds-pr680w .ds-application-grid { grid-template-columns: repeat(2, 1fr); } .ds-pr680w .ds-workflow { grid-template-columns: repeat(2, 1fr); } .ds-pr680w .ds-needle-grid { grid-template-columns: repeat(3, 1fr); } .ds-pr680w .ds-needle-intro { grid-column: 1 / -1; } .ds-pr680w .ds-resource-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 650px) { .ds-pr680w .ds-container { width: min(100% - 24px, 1160px); } .ds-pr680w .ds-section, .ds-pr680w .ds-dark { padding: 52px 0; } .ds-pr680w .ds-hero { padding: 48px 0 60px; } .ds-pr680w .ds-hero-grid { gap: 34px; } .ds-pr680w .ds-hero-media img { min-height: 220px; } .ds-pr680w .ds-stat-wrap { margin-top: -18px; } .ds-pr680w .ds-stats { grid-template-columns: repeat(2, 1fr); } .ds-pr680w .ds-stat, .ds-pr680w .ds-stat:nth-child(3n) { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); } .ds-pr680w .ds-stat:nth-child(even) { border-right: 0; } .ds-pr680w .ds-stat:nth-last-child(-n + 2) { border-bottom: 0; } .ds-pr680w .ds-card-grid, .ds-pr680w .ds-application-grid, .ds-pr680w .ds-workflow, .ds-pr680w .ds-gallery, .ds-pr680w .ds-included-grid, .ds-pr680w .ds-resource-grid, .ds-pr680w .ds-needle-grid { grid-template-columns: 1fr; } .ds-pr680w .ds-needle-intro { grid-column: auto; } .ds-pr680w .ds-needle-point { padding: 15px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.42); border-left: 0; } .ds-pr680w .ds-button-row { flex-direction: column; } .ds-pr680w .ds-button { width: 100%; } } Six-needle multi-needle embroidery machine Professional Embroidery with Six Colours Ready to Sew The Brother PR680W brings multi-needle speed, accurate laser positioning and intuitive touchscreen editing into a compact embroidery machine. Keep six thread colours prepared, transfer designs wirelessly and create logos, names, monograms and decorative embroidery across garments, bags, towels, workwear and more. Enquire About the PR680W Compare Embroidery Machines Direct Sewing package includes the Brother PR680W, four embroidery frames and a purpose-built machine stand. 6 Needles Six thread colours ready 1,000 SPM Maximum embroidery speed 200 × 300 mm Maximum embroidery area 10.1" HD colour touchscreen Crosshair Laser Accurate design positioning Wireless Transfer and monitoring tools A practical step into multi-needle embroidery Spend Less Time Changing Thread and More Time Embroidering Unlike a single-needle embroidery machine, the PR680W can keep six different thread colours loaded and automatically move between the assigned needles. That makes multi-colour designs, repeat logos and personalised orders easier to organise. 01 Six Thread Colours Ready Prepare six needles with the colours required for the design and reduce manual rethreading between colour changes. 02 Crosshair Laser Placement Project a crosshair onto the fabric to check the design position and angle before embroidery begins. 03 Large Embroidery Area The 200 × 300 mm maximum field accommodates substantial logos, lettering and decorative designs. 04 High-Speed Embroidery Embroider at up to 1,000 stitches per minute, with rapid acceleration for productive repeat work. 05 Wireless Workflow Send compatible designs from a computer and receive machine-status notifications on a supported mobile device. 06 Included Stand The Direct Sewing package includes a purpose-built stand for a stable, organised embroidery workstation. One Embroidery Head, Six Needles The six needles automate colour changes within one embroidery design. 6 colours Prepared and ready to sew Automatic changes The machine selects the assigned needle Less rethreading Especially helpful for repeat designs 10.1-inch HD colour touchscreen Preview, Position and Edit Designs at the Machine The large high-definition screen provides a clear view of the loaded design and access to Brother’s embroidery editing tools. Swipe navigation and clear on-screen controls make it easier to prepare a job without repeatedly returning to a computer. Move, rotate, resize and combine compatible designs Preview thread colours and the embroidery sequence Use Colour Grouping to edit multiple colour areas together Use Colour Sort to reduce unnecessary colour changes in combined designs Select sections of a design to skip when required Create appliqué outlines using the Easy Appliqué function Access 24 built-in HD tutorial videos Use security lock modes to limit selected machine functions A large colour display keeps editing, colour assignment and job control within easy reach. Crosshair Embroidery Droplight Laser Check Placement Before the First Stitch The PR680W projects a crosshair onto the hooped item, showing the embroidery position and angle. This makes it easier to align names, chest logos, monograms and decorative designs accurately. Shows the intended needle-drop position on the fabric Helps identify designs that are slightly angled Useful for left-chest logos and personalised placement Reduces guesswork when aligning the hooped item Complements the on-screen preview and position controls Placement still begins with good hooping The crosshair laser is an alignment aid. Correct stabilising, hoop selection and secure hooping remain important for clean, accurate embroidery. Crosshair positioning and bright LED lighting support accurate embroidery setup. Wireless embroidery workflow Transfer Designs and Monitor Embroidery More Efficiently Connect the PR680W to a compatible wireless network to access Brother’s computer-transfer and mobile-monitoring tools. Step 1 Prepare the design Save or export the embroidery design in a compatible machine file format. Step 2 Transfer from your computer Use Brother Design Database Transfer to send supported files to the machine over the network. Step 3 Prepare the embroidery Assign colours, check placement and confirm the design from the touchscreen. Step 4 Monitor progress Use the My Stitch Monitor app for alerts such as thread changes, errors or project completion. Wireless tools have different purposes Design Database Transfer sends compatible embroidery files from a computer. My Stitch Monitor is used on a supported mobile device to receive machine-status notifications. Compact multi-needle capability Designed for Creative Work and Small-Business Embroidery Six-needle embroidery in a compact, accessible format. Open free-arm access for a wide range of embroidery projects. Touchscreen controls and professional embroidery features. Versatile embroidery applications Create Personalised Products, Uniforms and Branded Garments The tubular free-arm design and interchangeable frame system allow the PR680W to work across many finished garments and flat embroidery projects. Workwear and polos Left-chest logos, names and company branding. Jackets and outerwear Logos, monograms and decorative embroidery. Towels and linen Names, monograms and personalised gifts. Bags Finished bags that can be positioned around the free arm. School and club garments Crests, names and team identification. Small lettering Personalisation using built-in fonts or prepared designs. Appliqué Create single or multiple appliqué outlines within a hoop. Caps Cap embroidery using the compatible optional cap-frame system. Creative content built in Start with Designs, Lettering, Monograms and Frames The built-in library provides a useful starting point for personalisation and decorative embroidery without requiring every design to be imported. 100 Embroidery Designs A varied library of decorative designs is available directly from the machine. 50 Lettering Fonts Create names, wording and personalised embroidery from the touchscreen. 18 Monogramming Styles Prepare classic personalised monograms for gifts, garments and linen. 140 Frame Combinations Combine built-in frame shapes and stitch styles around lettering or embroidery designs. Utility-Stitch Designs Additional utility-style content includes buttonhole and decorative options. On-Screen Editing Arrange, resize, rotate, combine and recolour compatible designs from the large screen. Customer logos still require an embroidery file Built-in fonts and designs do not automatically convert a customer’s logo into embroidery. Logos normally need to be professionally digitised into a compatible PES, PHC or DST embroidery file. See the machine in action Brother PR680W Overview Direct Sewing package Four Embroidery Frames and Machine Stand Included The four frame sizes cover small personalisation, medium garment logos and larger embroidery designs. Included Embroidery Frames 300 × 200 mm large tubular frame 180 × 130 mm medium tubular frame 100 × 100 mm square tubular frame 60 × 40 mm compact tubular frame Frame sheets supplied with the standard frames Machine and Workspace Package Brother PR680W six-needle embroidery machine Purpose-built machine stand included Standard Brother accessory kit Needle set and maintenance tools Bobbin-winding equipment Operation manual and quick-reference information Cap equipment is optional Caps require a compatible Brother PR cap-frame system, sold separately. Ask Direct Sewing about the correct cap equipment before ordering. Technical information Brother PR680W Specifications Machine type Six-needle multi-needle embroidery machine Number of needles 6 Maximum embroidery speed Up to 1,000 stitches per minute Maximum embroidery area 200 × 300 mm Positioning system Crosshair Embroidery Droplight Laser Display 10.1-inch high-definition colour LCD touchscreen Needle threading Automatic needle-threading system Thread cutting Automatic thread cutter with jump-stitch trimming Thread monitoring Upper and bobbin thread sensors Wireless capability Design Database Transfer and My Stitch Monitor support USB connectivity USB design input supported Compatible embroidery files PES, PHC and DST Built-in tutorials 24 HD tutorial videos Built-in lettering 50 lettering fonts and 18 monogramming styles Lighting Bright adjustable LED workspace lighting Machine dimensions Approximately 512 W × 589 D × 770 H mm Machine weight Approximately 37 kg Local listed warranty Five years for domestic use; one year for commercial use. Conditions apply. Specifications and included equipment should be confirmed with Direct Sewing when ordering. Software, apps and wireless functions require compatible devices, operating systems and network conditions. Manuals and consumables PR680W Resources, Thread and Needles PR680W Operation Manual Review setup, threading, embroidery functions and machine operation. View operation manual PR and VR Accessories Guide Explore optional frames, cap equipment and compatible accessories. View accessories guide Shop Madeira Polyneon Thread Professional polyester embroidery thread for garments, workwear and frequently washed items. Shop embroidery thread Shop Brother PR Needles Replacement embroidery needles made for compatible Brother PR machines. Shop PR needles More Than 30 Years of Industry Experience Direct Sewing supports New Zealand embroiderers, makers and businesses with machine advice, practical guidance, servicing and ongoing technical assistance. Local embroidery machine support Get More from Your PR680W with Direct Sewing Moving into multi-needle embroidery introduces new workflows, including colour assignment, machine threading, frame selection, stabilising and design preparation. Direct Sewing can help you understand the machine and choose the right supporting supplies. Help comparing single-needle and multi-needle machines Practical machine setup and operating guidance Advice about thread, needles, stabiliser and frame selection Help understanding optional cap and speciality frames Local servicing and after-sales technical assistance Auckland showroom and workshop support Visit: 138 Railside Avenue, Henderson, Auckland Phone: (09) 838 8674 Mobile: 021 274 2910 Email: [email protected] Talk to the Direct Sewing Team Frequently asked questions Brother PR680W Questions and Answers Does the PR680W embroider six items at the same time? No. The PR680W has one embroidery head with six needles. The six needles hold different thread colours so the machine can change colours automatically within one embroidery design. What is the advantage of six needles? Up to six thread colours can remain prepared on the machine. This reduces manual rethreading and makes multi-colour designs and repeat embroidery jobs easier to manage. What is the maximum embroidery area? The maximum embroidery area is 200 × 300 mm. The actual usable area for a project depends on the selected frame and embroidery design. How fast does the PR680W embroider? It can embroider at up to 1,000 stitches per minute. The appropriate speed depends on the design, thread, fabric, needle and frame being used. What does the crosshair laser do? The Crosshair Embroidery Droplight projects the intended needle-drop position and alignment onto the fabric. This helps check the location and angle of the design before stitching. Can designs be transferred wirelessly? Yes. Brother Design Database Transfer can send compatible embroidery files from a supported computer to the PR680W over a compatible wireless network. What does the My Stitch Monitor app do? My Stitch Monitor provides supported mobile-device alerts about machine status, including when a colour change is required, an issue needs attention or the embroidery is complete. Which embroidery file formats can it read? Brother specifies PES, PHC and DST embroidery files for the PR680W. DST files do not contain complete thread-colour information, so the colour sequence should be checked before embroidery. Does it have built-in lettering? Yes. The PR680W includes 50 lettering fonts and 18 monogramming styles, with on-screen controls for arranging and editing text. Does built-in lettering digitise customer logos? No. Built-in lettering creates text and monograms. Customer logos and detailed artwork normally need to be professionally digitised into a compatible embroidery file. Which embroidery frames are included? The standard package includes 300 × 200 mm, 180 × 130 mm, 100 × 100 mm and 60 × 40 mm tubular embroidery frames. Is the machine stand included? Yes. The Direct Sewing PR680W package includes a purpose-built machine stand. Can the PR680W embroider caps? Yes, when fitted with the compatible optional Brother PR cap-frame system. Cap rings and drivers are not part of the standard four-frame package. What embroidery thread do you recommend? Direct Sewing stocks Madeira Polyneon embroidery thread , a professional polyester thread suitable for garments, workwear and frequently washed embroidered items. Does Direct Sewing provide support? Yes. Direct Sewing provides practical operating guidance, local servicing and after-sales technical support from its Auckland showroom and workshop. What warranty applies to the PR680W? Direct Sewing currently lists a five-year warranty for domestic use and one year for commercial purposes. Warranty conditions and eligibility should be confirmed when purchasing. Move into multi-needle embroidery Is the Brother PR680W Right for Your Embroidery Plans? Talk with Direct Sewing about the products you want to embroider, typical design sizes, expected order quantities and optional frames. We can help you compare machines and prepare the right thread, needle, stabiliser and frame setup. Enquire About the PR680W Compare Embroidery Machines Shop Madeira Polyneon Thread { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Does the PR680W embroider six items at the same time?", "acceptedAnswer": { "@type": "Answer", "text": "No. The PR680W has one embroidery head with six needles. The six needles hold different thread colours so the machine can change colours automatically within one embroidery design." } }, { "@type": "Question", "name": "What is the advantage of six needles?", "acceptedAnswer": { "@type": "Answer", "text": "Up to six thread colours can remain prepared on the machine. This reduces manual rethreading and makes multi-colour designs and repeat embroidery jobs easier to manage." } }, { "@type": "Question", "name": "What is the maximum embroidery area?", "acceptedAnswer": { "@type": "Answer", "text": "The maximum embroidery area is 200 by 300 mm. The actual usable area for a project depends on the selected frame and embroidery design." } }, { "@type": "Question", "name": "How fast does the PR680W embroider?", "acceptedAnswer": { "@type": "Answer", "text": "It can embroider at up to 1,000 stitches per minute. The appropriate speed depends on the design, thread, fabric, needle and frame being used." } }, { "@type": "Question", "name": "What does the crosshair laser do?", "acceptedAnswer": { "@type": "Answer", "text": "The Crosshair Embroidery Droplight projects the intended needle-drop position and alignment onto the fabric. This helps check the location and angle of the design before stitching." } }, { "@type": "Question", "name": "Can designs be transferred wirelessly?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Brother Design Database Transfer can send compatible embroidery files from a supported computer to the PR680W over a compatible wireless network." } }, { "@type": "Question", "name": "What does the My Stitch Monitor app do?", "acceptedAnswer": { "@type": "Answer", "text": "My Stitch Monitor provides supported mobile-device alerts about machine status, including when a colour change is required, an issue needs attention or the embroidery is complete." } }, { "@type": "Question", "name": "Which embroidery file formats can it read?", "acceptedAnswer": { "@type": "Answer", "text": "Brother specifies PES, PHC and DST embroidery files for the PR680W. DST files do not contain complete thread-colour information, so the colour sequence should be checked before embroidery." } }, { "@type": "Question", "name": "Does it have built-in lettering?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The PR680W includes 50 lettering fonts and 18 monogramming styles, with on-screen controls for arranging and editing text." } }, { "@type": "Question", "name": "Does built-in lettering digitise customer logos?", "acceptedAnswer": { "@type": "Answer", "text": "No. Built-in lettering creates text and monograms. Customer logos and detailed artwork normally need to be professionally digitised into a compatible embroidery file." } }, { "@type": "Question", "name": "Which embroidery frames are included?", "acceptedAnswer": { "@type": "Answer", "text": "The standard package includes 300 by 200 mm, 180 by 130 mm, 100 by 100 mm and 60 by 40 mm tubular embroidery frames." } }, { "@type": "Question", "name": "Is the machine stand included?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The Direct Sewing PR680W package includes a purpose-built machine stand." } }, { "@type": "Question", "name": "Can the PR680W embroider caps?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, when fitted with the compatible optional Brother PR cap-frame system. Cap rings and drivers are not part of the standard four-frame package." } }, { "@type": "Question", "name": "What embroidery thread do you recommend?", "acceptedAnswer": { "@type": "Answer", "text": "Direct Sewing stocks Madeira Polyneon embroidery thread, a professional polyester thread suitable for garments, workwear and frequently washed embroidered items." } }, { "@type": "Question", "name": "Does Direct Sewing provide support?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Direct Sewing provides practical operating guidance, local servicing and after-sales technical support from its Auckland showroom and workshop." } }, { "@type": "Question", "name": "What warranty applies to the PR680W?", "acceptedAnswer": { "@type": "Answer", "text": "Direct Sewing currently lists a five-year warranty for domestic use and one year for commercial purposes. Warranty conditions and eligibility should be confirmed when purchasing." } } ] }
More you might like
Related
Brother Entrepreneur PR680W 6-Needle Embroidery Machine (Mod
Related
Brother PR680W Embroidery Machine
Related
Brother PR680W Embroidery Machine
Related