Browse Source

🔧 Sanity-check Mixing plus Disable Inactive Extruder

See #22166
Scott Lahteine 4 years ago
parent
commit
f4ab0a0c91
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/inc/SanityCheck.h

+ 2
- 0
Marlin/src/inc/SanityCheck.h View File

@@ -1182,6 +1182,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
1182 1182
     #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
1183 1183
   #elif ENABLED(SINGLENOZZLE)
1184 1184
     #error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
1185
+  #elif ENABLED(DISABLE_INACTIVE_EXTRUDER)
1186
+    #error "MIXING_EXTRUDER is incompatible with DISABLE_INACTIVE_EXTRUDER."
1185 1187
   #endif
1186 1188
 #endif
1187 1189
 

Loading…
Cancel
Save