Skip to content

Commit f4ab0a0

Browse files
committed
🔧 Sanity-check Mixing plus Disable Inactive Extruder
See #22166
1 parent f732cb1 commit f4ab0a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/inc/SanityCheck.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
11821182
#error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
11831183
#elif ENABLED(SINGLENOZZLE)
11841184
#error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
1185+
#elif ENABLED(DISABLE_INACTIVE_EXTRUDER)
1186+
#error "MIXING_EXTRUDER is incompatible with DISABLE_INACTIVE_EXTRUDER."
11851187
#endif
11861188
#endif
11871189

0 commit comments

Comments
 (0)