mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🔧 No Switching Nozzle with MMU2
This commit is contained in:
parent
d3e3e6a491
commit
c47c52c146
1 changed files with 2 additions and 0 deletions
|
@ -1157,6 +1157,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
|||
#error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
|
||||
#elif ENABLED(SINGLENOZZLE)
|
||||
#error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
|
||||
#elif HAS_PRUSA_MMU2
|
||||
#error "SWITCHING_NOZZLE and PRUSA_MMU2(S) are incompatible."
|
||||
#elif EXTRUDERS != 2
|
||||
#error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
|
||||
#elif NUM_SERVOS < 1
|
||||
|
|
Loading…
Reference in a new issue