0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 06:48:05 +00:00

For MK2_MULTIPLEXER undef DISABLE_INACTIVE_EXTRUDER

Fix #10098
This commit is contained in:
Scott Lahteine 2018-03-21 04:34:24 -05:00
parent ff304d3767
commit 987597532c

View file

@ -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
/**