Skip to content

Commit

Permalink
🔧 Sanity-check Mixing plus Disable Inactive Extruder
Browse files Browse the repository at this point in the history
See #22166
  • Loading branch information
thinkyhead committed Aug 7, 2021
1 parent f732cb1 commit f4ab0a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
#elif ENABLED(SINGLENOZZLE)
#error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
#elif ENABLED(DISABLE_INACTIVE_EXTRUDER)
#error "MIXING_EXTRUDER is incompatible with DISABLE_INACTIVE_EXTRUDER."
#endif
#endif

Expand Down

0 comments on commit f4ab0a0

Please sign in to comment.