[1.1.x] Fix G1 behaviour after tool unpark (#10777)

This commit is contained in:
Ante Vukorepa 2018-05-22 07:51:13 +02:00 committed by Scott Lahteine
parent f552557b0c
commit 4e67660c0f

View File

@ -11935,6 +11935,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 {