Add incompatibility error to Sanity Check for MIXING_EXTRUDER and LIN_ADVANCE
This commit is contained in:
parent
735405b2a4
commit
44e657766e
@ -372,6 +372,8 @@
|
|||||||
#error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
|
#error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
|
||||||
#elif ENABLED(SINGLENOZZLE)
|
#elif ENABLED(SINGLENOZZLE)
|
||||||
#error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
|
#error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
|
||||||
|
#elif ENABLED(LIN_ADVANCE)
|
||||||
|
#error "MIXING_EXTRUDER is incompatible with LIN_ADVANCE."
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user