Skip to content
Snippets Groups Projects
Commit 44e65776 authored by Thomas Moore's avatar Thomas Moore
Browse files

Add incompatibility error to Sanity Check for MIXING_EXTRUDER and LIN_ADVANCE

parent 735405b2
No related branches found
No related tags found
No related merge requests found
...@@ -372,6 +372,8 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment