Skip to content
Snippets Groups Projects
Commit 84a0a77c authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #6852 from tcm0116/mixing_extruder_lin_advance

Generate error if MIXING_EXTRUDER and LIN_ADVANCE are both enabled
parents d33ae331 44e65776
Branches
Tags
No related merge requests found
......@@ -396,6 +396,8 @@
#error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
#elif ENABLED(SINGLENOZZLE)
#error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
#elif ENABLED(LIN_ADVANCE)
#error "MIXING_EXTRUDER is incompatible with LIN_ADVANCE."
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment