Parcourir la source

🔧 No Switching Nozzle with MMU2

Scott Lahteine il y a 3 ans
Parent
révision
c47c52c146
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      Marlin/src/inc/SanityCheck.h

+ 2
- 0
Marlin/src/inc/SanityCheck.h Voir le fichier

@@ -1157,6 +1157,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
1157 1157
     #error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
1158 1158
   #elif ENABLED(SINGLENOZZLE)
1159 1159
     #error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
1160
+  #elif HAS_PRUSA_MMU2
1161
+    #error "SWITCHING_NOZZLE and PRUSA_MMU2(S) are incompatible."
1160 1162
   #elif EXTRUDERS != 2
1161 1163
     #error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
1162 1164
   #elif NUM_SERVOS < 1

Chargement…
Annuler
Enregistrer