|
|
|
|
1157
|
#error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
|
1157
|
#error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
|
1158
|
#elif ENABLED(SINGLENOZZLE)
|
1158
|
#elif ENABLED(SINGLENOZZLE)
|
1159
|
#error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
|
1159
|
#error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
|
|
|
1160
|
+ #elif HAS_PRUSA_MMU2
|
|
|
1161
|
+ #error "SWITCHING_NOZZLE and PRUSA_MMU2(S) are incompatible."
|
1160
|
#elif EXTRUDERS != 2
|
1162
|
#elif EXTRUDERS != 2
|
1161
|
#error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
|
1163
|
#error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
|
1162
|
#elif NUM_SERVOS < 1
|
1164
|
#elif NUM_SERVOS < 1
|