🐛 Fix MMU compile with >5 EXTRUDERS (#22036)
This commit is contained in:
committed by
Scott Lahteine
parent
ce95f56ac8
commit
04bea72787
@@ -517,7 +517,7 @@
|
||||
#define HAS_PRUSA_MMU2 1
|
||||
#define HAS_PRUSA_MMU2S 1
|
||||
#endif
|
||||
#if MMU_MODEL == EXTENDABLE_EMU_MMU2 || MMU_MODEL == EXTENDABLE_EMU_MMU2S
|
||||
#if MMU_MODEL >= EXTENDABLE_EMU_MMU2
|
||||
#define HAS_EXTENDABLE_MMU 1
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user