Enhance IDEX toolchange auto-return w/ no park, full control (#14117)
This commit is contained in:
committed by
Scott Lahteine
parent
3d9d72e8db
commit
aa0383a83b
@ -350,7 +350,7 @@ namespace ExtUI {
|
||||
#if EXTRUDERS > 1
|
||||
const uint8_t e = extruder - E0;
|
||||
#if DO_SWITCH_EXTRUDER || EITHER(SWITCHING_NOZZLE, PARKING_EXTRUDER)
|
||||
if (e != active_extruder) tool_change(e, 0, no_move);
|
||||
if (e != active_extruder) tool_change(e, no_move);
|
||||
#endif
|
||||
active_extruder = e;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user