Browse Source

SMUFF => SMuFF (#21243)

Keith Bennett 4 years ago
parent
commit
9299f4e98a
No account linked to committer's email address
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 1
    1
      Marlin/src/inc/Conditionals_LCD.h
  3. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 2
- 2
Marlin/Configuration.h View File

163
  *   PRUSA_MMU1      : Průša MMU1 (The "multiplexer" version)
163
  *   PRUSA_MMU1      : Průša MMU1 (The "multiplexer" version)
164
  *   PRUSA_MMU2      : Průša MMU2
164
  *   PRUSA_MMU2      : Průša MMU2
165
  *   PRUSA_MMU2S     : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5)
165
  *   PRUSA_MMU2S     : Průša MMU2S (Requires MK3S extruder with motion sensor, EXTRUDERS = 5)
166
- *   SMUFF_EMU_MMU2  : Technik Gegg SMUFF (Průša MMU2 emulation mode)
167
- *   SMUFF_EMU_MMU2S : Technik Gegg SMUFF (Průša MMU2S emulation mode)
166
+ *   SMUFF_EMU_MMU2  : Technik Gegg SMuFF (Průša MMU2 emulation mode)
167
+ *   SMUFF_EMU_MMU2S : Technik Gegg SMuFF (Průša MMU2S emulation mode)
168
  *
168
  *
169
  * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails.
169
  * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails.
170
  * See additional options in Configuration_adv.h.
170
  * See additional options in Configuration_adv.h.

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h View File

575
   #undef DISABLE_INACTIVE_EXTRUDER
575
   #undef DISABLE_INACTIVE_EXTRUDER
576
 #endif
576
 #endif
577
 
577
 
578
-// Průša MMU1, MMU 2.0, MMUS 2.0 and SMUFF force SINGLENOZZLE
578
+// Průša MMU1, MMU 2.0, MMUS 2.0 and SMuFF force SINGLENOZZLE
579
 #if HAS_MMU
579
 #if HAS_MMU
580
   #define SINGLENOZZLE
580
   #define SINGLENOZZLE
581
 #endif
581
 #endif

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

919
 #endif
919
 #endif
920
 
920
 
921
 /**
921
 /**
922
- * Multi-Material-Unit 2 / SMUFF requirements
922
+ * Multi-Material-Unit 2 / SMuFF requirements
923
  */
923
  */
924
 #if HAS_PRUSA_MMU2
924
 #if HAS_PRUSA_MMU2
925
   #if EXTRUDERS != 5
925
   #if EXTRUDERS != 5

Loading…
Cancel
Save