INDX 4-Tool Conversion Kit for CORE One/+
/* ALL styles scoped to .indx-wrap — cannot bleed into Shopify theme */ .indx-wrap { font-size: 16px; line-height: 1.6; color: #0D0D0D; } .indx-wrap *, .indx-wrap *::before, .indx- wrap *::after { box-sizing: border-box; } .indx-wrap { --ow: #FA6831; --od: #D94F1A; --bk: #0D0D0D; --dk: #1A1A1A; --dk2: #232323; --md: #3A3A3A; --gr: #888; --lg: #E8E8E8; --ow2: #F5F4F0; --wh: #FFFFFF; --r: 8px; --rl: 14px; } /* Layout */ .indx-wrap .iw-section { padding: 72px 24px; } .indx-wrap .iw-inner { max-width: 1100px; margin: 0 auto; } .indx-wrap .iw-dark { background: var(--dk); } .indx-wrap .iw-darker { background: var(--bk); } .indx-wrap .iw-offwhite { background: var(--ow2); } .indx-wrap .iw-center { text-align: center; } /* Hero */ .indx-wrap .iw-hero { background: var(--bk); padding: 80px 24px 64px; text-align: center; } .indx-wrap .iw-hero h2 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; color: var(--wh); line-height: 1.1; margin: 0 0 8px; } .indx-wrap .iw-hero h2 span { display: block; color: var(--ow); font-size: 0.5em; font-weight: 500; margin-top: 6px; } .indx-wrap .iw-hero p { max-width: 680px; margin: 20px auto 0; font-size: 1rem; color: #aaa; line-height: 1.75; } /* Eyebrow */ .indx-wrap .iw-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ow); margin-bottom: 10px; display: block; } /* Section headings */ .indx-wrap .iw-h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800; line-height: 1.15; margin: 0 0 14px; } .indx-wrap .iw-h2--wh { color: var(--wh); } .indx-wrap .iw-h3 { font-size: clamp(1.3rem, 2.5vw, 1.65rem); font-weight: 800; line-height: 1.2; margin: 0 0 14px; } .indx-wrap .iw-h3--wh { color: var(--wh); } .indx-wrap .iw-lead { font-size: 1rem; color: var(--gr); line-height: 1.7; max-width: 680px; margin: 0 auto 0; } .indx-wrap .iw-lead--wh { color: #aaa; } .indx-wrap .iw-body { font-size: 0.93rem; line-height: 1.8; } .indx-wrap .iw-body--wh { color: #aaa; } .indx-wrap .iw-body--lt { color: #555; } /* Section header block */ .indx-wrap .iw-sec-hdr { text-align: center; margin-bottom: 48px; } /* Divider */ .indx-wrap .iw-hr { border: none; border-top: 1px solid #e4e4e4; margin: 0; } .indx-wrap .iw-hr--dk { border-top-color: #2a2a2a; } /* 2-col image+text */ .indx-wrap .iw-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; } .indx-wrap .iw-2col--rev { direction: rtl; } .indx-wrap .iw-2col--rev > * { direction: ltr; } @media (max-width: 768px) { .indx-wrap .iw-2col { grid-template-columns: 1fr; direction: ltr; gap: 32px; } .indx-wrap .iw-2col--rev { direction: ltr; } } .indx-wrap .iw-2col img { width: 100%; border-radius: var(--rl); display: block; } /* 4-card grid */ .indx-wrap .iw-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 40px; } .indx-wrap .iw-card { border-radius: var(--rl); overflow: hidden; background: var(--wh); border: 1px solid var(--lg); } .indx-wrap .iw-card--dk { background: var(--dk2); border-color: var(--md); } .indx-wrap .iw-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; } .indx-wrap .iw-card-body { padding: 18px 20px 22px; } .indx-wrap .iw-card-ey { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ow); margin-bottom: 5px; } .indx-wrap .iw-card-body h3 { font-size: 1rem; font-weight: 700; margin: 0 0 6px; color: var(--bk); } .indx-wrap .iw-card--dk .iw-card-body h3 { color: var(--wh); } .indx-wrap .iw-card-body p { font-size: 0.88rem; color: #666; line-height: 1.6; margin: 0; } .indx-wrap .iw-card--dk .iw-card-body p { color: #aaa; } /* Callout box */ .indx-wrap .iw-callout { background: var(--dk2); border-left: 4px solid var(--ow); border-radius: var(--r); padding: 26px 30px; margin: 44px 0; } .indx-wrap .iw-callout-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ow); margin-bottom: 8px; } .indx-wrap .iw-callout h3 { font-size: 1.3rem; font-weight: 800; color: var(--wh); margin: 0 0 10px; } .indx-wrap .iw-callout p { font-size: 0.9rem; color: #aaa; line-height: 1.7; margin: 0; } /* Stat strip */ .indx-wrap .iw-stats { display: flex; background: var(--ow); border-radius: var(--r); overflow: hidden; margin-top: 28px; } .indx-wrap .iw-stat { flex: 1; padding: 24px; text-align: center; border-right: 1px solid rgba(255,255,255,0.25); } .indx-wrap .iw-stat:last-child { border-right: none; } .indx-wrap .iw-stat-n { font-size: 2.2rem; font-weight: 900; color: var(--wh); display: block; line-height: 1; } .indx-wrap .iw-stat-d { font-size: 0.8rem; color: rgba(255,255,255,0.88); margin-top: 5px; font-weight: 500; display: block; } @media (max-width: 500px) { .indx-wrap .iw-stats { flex-direction: column; } .indx-wrap .iw-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.25); } } /* Big dark heading banner */ .indx-wrap .iw-banner { text-align: center; padding: 64px 24px 40px; } .indx-wrap .iw-banner h2 { font-size: clamp(1.8rem, 5vw, 3.2rem); font-weight: 900; color: var(--wh); line-height: 1.1; margin: 0; } .indx-wrap .iw-banner h2 span { display: block; color: #777; font-size: 0.42em; font-weight: 400; margin-top: 8px; } /* Kit cards */ .indx-wrap .iw-kits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; } @media (max-width: 600px) { .indx-wrap .iw-kits { grid-template-columns: 1fr; } } .indx-wrap .iw-kit { border: 1px solid var(--lg); border-radius: var(--rl); padding: 28px; background: var(--wh); } .indx-wrap .iw-kit--feat { border-color: var(--ow); border-width: 2px; } .indx-wrap .iw-badge { display: inline-block; background: var(--ow); color: var(--wh); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 14px; } .indx-wrap .iw-badge--out { background: transparent; border: 1px solid var(--lg); color: #999; } .indx-wrap .iw-kit h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 4px; color: var(--bk); } .indx-wrap .iw-kit-sub { font-size: 0.86rem; color: #888; margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--lg); } .indx-wrap .iw-kit ul { list-style: none; padding: 0; margin: 0; } .indx-wrap .iw-kit ul li { padding: 8px 0; font-size: 0.9rem; color: #333; display: flex; gap: 9px; border-bottom: 1px solid #f0f0f0; align-items: flex-start; } .indx-wrap .iw-kit ul li:last-child { border-bottom: none; } .indx-wrap .iw-check { color: var(--ow); font-weight: 700; flex-shrink: 0; } /* Compare table */ .indx-wrap .iw-tbl { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin-top: 28px; } .indx-wrap .iw-tbl th { background: var(--bk); color: var(--wh); padding: 12px 16px; text-align: left; font-size: 0.82rem; font-weight: 700; } .indx-wrap .iw-tbl th:first-child { background: var(--dk2); } .indx-wrap .iw-tbl td { padding: 12px 16px; border-bottom: 1px solid var(--lg); vertical-align: top; color: #555; } .indx-wrap .iw-tbl tr:last-child td { border-bottom: none; } .indx-wrap .iw-tbl tr:nth-child(even) td { background: var(--ow2); } .indx-wrap .iw-tbl td:first-child { font-weight: 600; color: #333; width: 200px; } /* Specs table */ .indx-wrap .iw-specs { width: 100%; border-collapse: collapse; font-size: 0.92rem; } .indx-wrap .iw-specs tr { border-bottom: 1px solid #e0e0e0; } .indx-wrap .iw-specs td { padding: 13px 0; vertical-align: top; } .indx-wrap .iw-specs td:first-child { color: #888; width: 230px; font-size: 0.87rem; padding-right: 20px; } .indx-wrap .iw-specs td:last-child { font-weight: 500; color: var(--bk); } /* Pro/con */ .indx-wrap .iw-procon { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 44px; } @media (max-width: 640px) { .indx-wrap .iw-procon { grid-template-columns: 1fr; } } .indx-wrap .iw-pro h3, .indx-wrap .iw-con h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 16px; padding-bottom: 10px; } .indx-wrap .iw-pro h3 { color: var(--wh); border-bottom: 2px solid var(--ow); } .indx-wrap .iw-con h3 { color: #888; border-bottom: 2px solid #444; } .indx-wrap .iw-pro ul, .indx-wrap .iw-con ul { list-style: none; padding: 0; margin: 0; } .indx-wrap .iw-pro ul li, .indx-wrap .iw-con ul li { padding: 9px 0; font-size: 0.9rem; display: flex; gap: 9px; align-items: flex-start; } .indx-wrap .iw-pro ul li { border-bottom: 1px solid #2a2a2a; color: #ddd; } .indx-wrap .iw-con ul li { border-bottom: 1px solid #222; color: #666; } .indx-wrap .iw-pro ul li:last-child, .indx-wrap .iw-con ul li:last-child { border-bottom: none; } .indx-wrap .iw-pi { color: var(--ow); font-weight: 900; flex-shrink: 0; } .indx-wrap .iw-ci { color: #555; font-weight: 900; flex-shrink: 0; } /* Eco grid */ .indx-wrap .iw-eco { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-top: 36px; } .indx-wrap .iw-eco-card { background: var(--dk2); border: 1px solid var(--md); border-radius: var(--rl); padding: 22px 18px; } .indx-wrap .iw-eco-card img { width: 76px; height: 38px; object-fit: contain; margin-bottom: 12px; display: block; } .indx-wrap .iw-eco-card h3 { font-size: 0.92rem; font-weight: 700; color: var(--wh); margin: 0 0 7px; } .indx-wrap .iw-eco-card p { font-size: 0.8rem; color: #999; line-height: 1.6; margin: 0 0 12px; } .indx-wrap .iw-eco-card a { font-size: 0.78rem; color: var(--ow); text-decoration: none; font-weight: 600; } /* Calib list */ .indx-wrap .iw-calib { list-style: none; padding: 0; margin: 18px 0 0; border-top: 1px solid #ddd; } .indx-wrap .iw-calib li { padding: 11px 0; border-bottom: 1px solid #ddd; font-size: 0.9rem; color: #444; display: flex; gap: 12px; } .indx-wrap .iw-calib li:last-child { border-bottom: none; } .indx-wrap .iw-calib-lbl { font-weight: 700; color: var(--ow); min-width: 155px; flex-shrink: 0; } /* FAQ */ .indx-wrap .iw-faq-item { border-bottom: 1px solid #e0e0e0; padding: 17px 0; } .indx-wrap .iw-faq-item p { font-size: 0.95rem; font-weight: 600; color: var(--bk); margin: 0; } Bondtech INDX for CORE One+ Eight nozzles. True multi‑material.Virtually zero waste. The INDX is an extremely fast, highly efficient toolchanger system with up to eight independent toolheads that seamlessly integrates with your CORE One+ 3D printer. Each material gets its own dedicated path — combine rigid and flexible parts, use easy-to-remove or dissolvable supports, switch nozzle sizes in the same print, and print multi-color models without throwing half of the spool to waste. What can you achieve with 8 nozzles? Multi-material goes beyond color. It lets you build functional parts that combine properties no single filament can deliver. Multi‑color without the usual mess No wipe tower, no piles of plastic around the printer Supports that are easier to remove Water-soluble or break-away organic supports Rigid + Flexible in One Print Add a rubber-like grip to functional prints Different nozzle sizes always at the ready Have all your favorite materials always loaded Conversion Kit You already own half of it If you already have a CORE One+ 3D printer, the INDX is a conversion kit, not a new machine. Install the Smart Head, mount the tool docks, load your filaments. Your existing print sheets, filament collection, PrusaSlicer profiles, and Prusa Connect setup carry over unchanged. Same printer, dramatically more capability. Lightning-Fast Toolchanger Keep all the features of your CORE One+, like high-speed printing and a smart ventilation system, and give it a massive boost with this extremely fast tool-changing system. The INDX achieves unbeatable results thanks to rapid induction heating of its nozzles. It doesn't waste time on wipe towers. Real Performance Metric True Toolchange Time: ~12 seconds per change We measure toolchange time from the last extrusion on one material to the first extrusion on the next, on the model itself. This avoids inflated and misleading numbers based on partial steps. The ~12 seconds per change for PLA is the time between when one nozzle leaves the printed part until the second nozzle starts printing. Three Major Benefits for Better 3D Printing No Wipe Towers / Purge Blocks Nearly all multi-material systems place a block in the corner of your print sheet. The INDX doesn't do that. You can use up to 248×204×270 mm for your prints! Doors Closed, at All Times Many enclosed printers require you to keep the chamber door open when printing PLA or PETG. The INDX retains the unique ventilation system, so you can keep the doors closed. Use Any Filament You Want The INDX is not limited by storage options or proprietary RFID chips. You are completely free to use any spool you like, including all the materials you already know and love. Stop Wasting Filament!Cheaper solutions get expensive really quick INDX Does Not Create Excessive Waste This is how multi-material should be done. Nearly every multi-material solution on the market produces excessive plastic waste during filament changes. A cheaper machine might save you money on day one, but you'll pay the difference in wasted filament by month six.When INDX swaps materials, it purges around 13 milligrams of plastic (0.013g) to stabilize the pressure inside the nozzle — no huge purge structures, no large piles of filament "poop," and absolute minimum wasted material. 5×less waste than the most efficient systems 30×less than standard filament rewinding systems New level of reliability Advanced Nozzle Wiper Zero attention required even during long print jobs The advanced nozzle wiper for induction nozzles helps remove any residue left on the nozzle before printing resumes, improving cleanliness during swaps and reducing the risk of stray blobs affecting print quality. The nozzle wiper deposits a micro-blob of plastic — smaller than a grain of rice. This is all the waste INDX generates during filament change! ↑ Less than a grain of rice (13 milligrams) The Innovations that Drive the INDXOnly one active component — less complexity, lower price, easier to use. Smart Active Head Fast Induction Heating The INDX Smart Head contains an induction coil — just like an induction cooktop. When it picks up a toolhead, it generates a high-frequency magnetic field that heats the nozzle from cold to printing temperature in seconds. When the tool is parked, it cools rapidly. No oozing, no stringing from idle nozzles. Hardened high-flow nozzles Passive Toolheads Using passive tools without any electronics is a massive advantage: they are less complex and more reliable. Adding a fifth, sixth, or eighth tool means adding a nozzle and a parking dock — not another full print head. The standard nozzle is a hardened 0.4mm CHT (high flow) — the ultimate combo. The Dynamic Extruder Self‑adjusting grip for different materials Soft materials need a gentler grip than rigid, fiber-filled ones. The INDX features a unique mechanism that adjusts the drive gear tension automatically, so you can move from TPU to rigid engineering filaments without stopping to retune the extruder. 8 materials conveniently loaded Always Ready to Print Load eight filaments, install different nozzle sizes from 0.25 to 0.8mm. When you start a print, everything's already ready and loaded. Just pick the right tool. If you like to use different filaments and nozzles, and hate constantly swapping everything around, the INDX is the solution for you. Choose Your Kit Both kits include the same Smart Head and docking hardware. The only difference is the number of passive tools. You can always add more later. Starter Kit INDX 4‑Tool Kit Four nozzles — ready to be upgraded anytime ✓ Smart Head with induction coil ✓ 4 passive tools with hardened 0.4mm nozzles ✓ Docking hardware for CORE One+ ✓ All mounting parts and PTFE tubing ✓ Top cover with automatic ventilation ✓ 4 spoolholders included Full Setup INDX 8‑Tool Kit Full 8-material capability from day one ✓ Smart Head with induction coil ✓ 8 passive tools with hardened 0.4mm nozzles ✓ Docking hardware for CORE One+ ✓ All mounting parts and PTFE tubing ✓ Top cover with automatic ventilation ✓ 8 spoolholders included What's in the Box 4-Tool Kit 8-Tool Kit Smart Head 1× (induction coil + DX extruder + contactless temp sensor) 1× (induction coil + DX extruder + contactless temp sensor) Passive Tools 4× hardened CHT nozzles (0.4mm default) 8× hardened CHT nozzles (0.4mm default) Docking Hardware INDX Mounting Plate (4 positions, expandable) INDX Mounting Plate PTFE Tubing & Mounting Included Included Top Cover with Ventilation Included Included Spoolholders 4 included 8 included Effortless Start Start Printing in No Time Once you install the INDX, the printer will perform a quick calibration so it can pick up and park all eight tools with absolute precision. Dual-Target Precision Uses a secondary target to actively cancel background noise, ensuring highly precise sensor readings in any environment. 20× Faster Calibration takes just 15 seconds per toolhead — down from hundreds of seconds on the stock XL. Improved Repeatability Streamlines setup while delivering highly consistent results. Any model can be colorful It's Easy with EasyPrint and PrusaSlicer EasyPrint and PrusaSlicer are two free tools you can use to prepare any 3D model for printing. Both feature easy-to-use tools for virtual painting, so you can turn any model you download into a beautiful, color-rich 3D print. EasyPrint works in your browser or on your phone/tablet and PrusaSlicer is a fully featured software package for Windows, Mac and Linux. Highly precise physical sensor, no guesswork Always Perfect First Layer Even with multiple nozzles, the INDX achieves a beautiful first layer without lengthy calibration thanks to the LoadCell sensor. Simply hit Print and let the machine do the rest! Keep your filaments dry Works Perfectly with Prusa USS Drybox INDX spoolholders are fully compatible with the Prusa USS Drybox and you can attach all eight of them. This way, you can keep your advanced, hygroscopic materials neatly stored and dry — and have them always ready for a new print job. One nozzle is a limit Why single-nozzle multi-material has a ceiling Shared Melt Zone Every single-nozzle multi-material system has the same fundamental problem: one melt zone for multiple materials. Every color change means unloading the old filament, loading the new one, and purging everything in between. Expensive Waste On complex prints, the waste usually weighs more than the finished object. That's a physical limitation baked into the architecture — you can optimize it, but you can't eliminate it. Trouble with Mixing Materials You can't combine materials that create an incompatible environment in the nozzle. Try running TPU through the same hotend as PLA and watch the jams pile up. Different nozzle sizes in one print? Impossible with only one nozzle. INDX Toolchanger + Each tool has its own nozzle, no need to purge + Virtually zero waste — no wipe towers or filament "poop" + No cross-contamination between materials + TPU, PVA, Carbon Fiber and PETG in one print + Hardened nozzles by default handle any abrasive filament + Works with any filament brand, any spool size Single‑Nozzle Systems — Single nozzle must purge old material before loading new — Purge tower can weigh more than the finished print; large "poops" require frequent management — Residual material causes color bleeding and contamination — TPU jams in shared hotends — Abrasive filaments wear brass nozzles in shared systems — Some systems locked to proprietary RFID filament chips The Only End-to-End Ecosystem Unlock Prusa's unique toolset Prusa's the only place that has your entire 3D printing workflow covered with free, open solutions. From remote printing with your phone to robust print farm management, you can safely stay in one reliable environment. Printables.com A global community platform for sharing and discovering 3D models. Free to use, filled with inspiration. Visit printables.com → EasyPrint Innovative web-based tool for seamless 3D model slicing. Send sliced models directly to your Prusa printer in just a few clicks. Learn more → Prusa App Your 3D printing companion in your pocket. Track print progress, access Printables models, and manage your printers from your phone. Learn more → PrusaSlicer Powerful slicing software, developed in-house and completely free. Packed with advanced features, optimised for Prusa printers. Download → Prusa Connect Cloud-based tool to monitor, control, and manage your printers remotely. Whether one printer or a full farm. Prusa Connect → Prusament Premium, in-house manufactured filament with unmatched quality control. Every spool comes with its own online quality report. Buy Prusament → 24/7 Support Expert team support in 7 languages ready to help around the clock, every day of the year. Open Source Ethos Hardware, firmware, and software are open-source where possible. Freedom, transparency, and the ability to create without limits. Technical Specifications System Type Passive toolchanger with induction-heated nozzles Compatible Printer Prusa CORE One / CORE One+ Max Tools 8 on CORE One / CORE One+ Max Nozzle Temperature 300 °C Filament Diameter 1.75 mm Compatible Nozzle Sizes 0.25, 0.4, 0.5, 0.6, 0.8, 1.0 mm Nozzle Type Hardened, high-flow (CHT) Heating System Contactless induction coil (on Smart Head) Temperature Sensing Wireless and contactless Extrusion System Dynamic Dual Drive (DX) auto-adjusting grip Tool Coupling Mechanical Maxwell coupling Build Volume with INDX 248 × 205 × 270 mm (X × Y × Z) Supported Materials PLA, PETG, ASA, ABS, PC, PCCF, PA, TPU, PVA, BVOH, and any other 1.75 mm filament up to 300 °C Toolchange Time (PLA) ~12 seconds (last extrusion to first extrusion on model) Waste per Change ~13 mg — less than a grain of rice