Skip to content
Snippets Groups Projects
Commit 98759753 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

For MK2_MULTIPLEXER undef DISABLE_INACTIVE_EXTRUDER

Fix #10098
parent ff304d37
No related branches found
No related tags found
No related merge requests found
......@@ -386,9 +386,10 @@
#define HAS_DEBUG_MENU ENABLED(LCD_PROGRESS_BAR_TEST)
// MK2 Multiplexer forces SINGLENOZZLE to be enabled
// MK2 Multiplexer forces SINGLENOZZLE and kills DISABLE_INACTIVE_EXTRUDER
#if ENABLED(MK2_MULTIPLEXER)
#define SINGLENOZZLE
#undef DISABLE_INACTIVE_EXTRUDER
#endif
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment