mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Fix G1 behaviour after tool unpark
Fix #10777 for 2.0.x Co-Authored-By: Ante Vukorepa <o.orcinus@gmail.com>
This commit is contained in:
parent
3bb950c69a
commit
d2647c1f19
@ -454,6 +454,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||
#endif
|
||||
// Move back to the original (or tweaked) position
|
||||
do_blocking_move_to(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS]);
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
active_extruder_parked = false;
|
||||
#endif
|
||||
}
|
||||
#if ENABLED(SWITCHING_NOZZLE)
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user