|
242 | 242 | //#define SINGLENOZZLE_STANDBY_FAN
|
243 | 243 | #endif
|
244 | 244 |
|
245 |
| -// @section multi-material |
246 |
| - |
247 |
| -/** |
248 |
| - * Multi-Material Unit |
249 |
| - * Set to one of these predefined models: |
250 |
| - * |
251 |
| - * PRUSA_MMU1 : Průša MMU1 (The "multiplexer" version) |
252 |
| - * PRUSA_MMU2 : Průša MMU2 |
253 |
| - * PRUSA_MMU2S : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5) |
254 |
| - * EXTENDABLE_EMU_MMU2 : MMU with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
255 |
| - * EXTENDABLE_EMU_MMU2S : MMUS with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
256 |
| - * |
257 |
| - * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails. |
258 |
| - * See additional options in Configuration_adv.h. |
259 |
| - * :["PRUSA_MMU1", "PRUSA_MMU2", "PRUSA_MMU2S", "EXTENDABLE_EMU_MMU2", "EXTENDABLE_EMU_MMU2S"] |
260 |
| - */ |
261 |
| -//#define MMU_MODEL PRUSA_MMU2 |
262 |
| - |
263 | 245 | // A dual extruder that uses a single stepper motor
|
264 | 246 | //#define SWITCHING_EXTRUDER
|
265 | 247 | #if ENABLED(SWITCHING_EXTRUDER)
|
|
393 | 375 | //#define HOTEND_OFFSET_Y { 0.0, 5.00 } // (mm) relative Y-offset for each nozzle
|
394 | 376 | //#define HOTEND_OFFSET_Z { 0.0, 0.00 } // (mm) relative Z-offset for each nozzle
|
395 | 377 |
|
| 378 | +// @section multi-material |
| 379 | + |
| 380 | +/** |
| 381 | + * Multi-Material Unit |
| 382 | + * Set to one of these predefined models: |
| 383 | + * |
| 384 | + * PRUSA_MMU1 : Průša MMU1 (The "multiplexer" version) |
| 385 | + * PRUSA_MMU2 : Průša MMU2 |
| 386 | + * PRUSA_MMU2S : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5) |
| 387 | + * EXTENDABLE_EMU_MMU2 : MMU with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
| 388 | + * EXTENDABLE_EMU_MMU2S : MMUS with configurable number of filaments (ERCF, SMuFF or similar with Průša MMU2 compatible firmware) |
| 389 | + * |
| 390 | + * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails. |
| 391 | + * See additional options in Configuration_adv.h. |
| 392 | + * :["PRUSA_MMU1", "PRUSA_MMU2", "PRUSA_MMU2S", "EXTENDABLE_EMU_MMU2", "EXTENDABLE_EMU_MMU2S"] |
| 393 | + */ |
| 394 | +//#define MMU_MODEL PRUSA_MMU2 |
| 395 | + |
396 | 396 | // @section psu control
|
397 | 397 |
|
398 | 398 | /**
|
|
0 commit comments