|
222 | 222 | //#define SINGLENOZZLE_STANDBY_FAN
|
223 | 223 | #endif
|
224 | 224 |
|
225 |
| -// @section multi-material |
226 |
| - |
227 |
| -/** |
228 |
| - * Multi-Material Unit |
229 |
| - * Set to one of these predefined models: |
230 |
| - * |
231 |
| - * PRUSA_MMU1 : Průša MMU1 (The "multiplexer" version) |
232 |
| - * PRUSA_MMU2 : Průša MMU2 |
233 |
| - * PRUSA_MMU2S : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5) |
234 |
| - * EXTENDABLE_EMU_MMU2 : MMU with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
235 |
| - * EXTENDABLE_EMU_MMU2S : MMUS with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
236 |
| - * |
237 |
| - * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails. |
238 |
| - * See additional options in Configuration_adv.h. |
239 |
| - * :["PRUSA_MMU1", "PRUSA_MMU2", "PRUSA_MMU2S", "EXTENDABLE_EMU_MMU2", "EXTENDABLE_EMU_MMU2S"] |
240 |
| - */ |
241 |
| -//#define MMU_MODEL PRUSA_MMU2 |
242 |
| - |
243 | 225 | // A dual extruder that uses a single stepper motor
|
244 | 226 | //#define SWITCHING_EXTRUDER
|
245 | 227 | #if ENABLED(SWITCHING_EXTRUDER)
|
|
382 | 364 | //#define HOTEND_OFFSET_Y { 0.0, 5.00 } // (mm) relative Y-offset for each nozzle
|
383 | 365 | //#define HOTEND_OFFSET_Z { 0.0, 0.00 } // (mm) relative Z-offset for each nozzle
|
384 | 366 |
|
| 367 | +// @section multi-material |
| 368 | + |
| 369 | +/** |
| 370 | + * Multi-Material Unit |
| 371 | + * Set to one of these predefined models: |
| 372 | + * |
| 373 | + * PRUSA_MMU1 : Průša MMU1 (The "multiplexer" version) |
| 374 | + * PRUSA_MMU2 : Průša MMU2 |
| 375 | + * PRUSA_MMU2S : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5) |
| 376 | + * EXTENDABLE_EMU_MMU2 : MMU with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
| 377 | + * EXTENDABLE_EMU_MMU2S : MMUS with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
| 378 | + * |
| 379 | + * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails. |
| 380 | + * See additional options in Configuration_adv.h. |
| 381 | + * :["PRUSA_MMU1", "PRUSA_MMU2", "PRUSA_MMU2S", "EXTENDABLE_EMU_MMU2", "EXTENDABLE_EMU_MMU2S"] |
| 382 | + */ |
| 383 | +//#define MMU_MODEL PRUSA_MMU2 |
| 384 | + |
385 | 385 | // @section psu control
|
386 | 386 |
|
387 | 387 | /**
|
|
0 commit comments