Skip to content

Commit c47c52c

Browse files
committed
🔧 No Switching Nozzle with MMU2
1 parent d3e3e6a commit c47c52c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/inc/SanityCheck.h

+2
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
11571157
#error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
11581158
#elif ENABLED(SINGLENOZZLE)
11591159
#error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
1160+
#elif HAS_PRUSA_MMU2
1161+
#error "SWITCHING_NOZZLE and PRUSA_MMU2(S) are incompatible."
11601162
#elif EXTRUDERS != 2
11611163
#error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
11621164
#elif NUM_SERVOS < 1

0 commit comments

Comments
 (0)