Skip to content

Commit bcb563b

Browse files
committed
Fix mixing extruder sanity check
1 parent 668b041 commit bcb563b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Marlin/Configuration.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,9 @@
14541454
// @section extruder
14551455

14561456
#define DISABLE_E false // Disable the extruder when not stepping
1457-
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
1457+
#if DISABLED(KAD_SKR_E3_TURBO_2MIX)
1458+
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
1459+
#endif
14581460

14591461
// @section machine
14601462

0 commit comments

Comments
 (0)