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
     #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
1182
     #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
1183
   #elif ENABLED(SINGLENOZZLE)
1183
   #elif ENABLED(SINGLENOZZLE)
1184
     #error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
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
   #endif
1187
   #endif
1186
 #endif
1188
 #endif
1187
 
1189
 

Loading…
Cancel
Save