Skip to content

Commit b2acd51

Browse files
committed
🔧 Move MMU section
1 parent 6d46a49 commit b2acd51

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

‎Marlin/Configuration.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -242,24 +242,6 @@
242242
//#define SINGLENOZZLE_STANDBY_FAN
243243
#endif
244244

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-
263245
// A dual extruder that uses a single stepper motor
264246
//#define SWITCHING_EXTRUDER
265247
#if ENABLED(SWITCHING_EXTRUDER)
@@ -393,6 +375,24 @@
393375
//#define HOTEND_OFFSET_Y { 0.0, 5.00 } // (mm) relative Y-offset for each nozzle
394376
//#define HOTEND_OFFSET_Z { 0.0, 0.00 } // (mm) relative Z-offset for each nozzle
395377

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+
396396
// @section psu control
397397

398398
/**

0 commit comments

Comments
 (0)