parent
5dfe28db2a
commit
8b5e7429d7
@ -602,7 +602,7 @@ void resume_print(const_float_t slow_load_length/*=0*/, const_float_t fast_load_
|
|||||||
|
|
||||||
if (!axes_should_home()) {
|
if (!axes_should_home()) {
|
||||||
// Move XY back to saved position
|
// Move XY back to saved position
|
||||||
destination.set(resume_position.x, resume_position.y, current_position.z);
|
destination.set(resume_position.x, resume_position.y, current_position.z, current_position.e);
|
||||||
prepare_internal_move_to_destination(NOZZLE_PARK_XY_FEEDRATE);
|
prepare_internal_move_to_destination(NOZZLE_PARK_XY_FEEDRATE);
|
||||||
|
|
||||||
// Move Z back to saved position
|
// Move Z back to saved position
|
||||||
|
Loading…
Reference in New Issue
Block a user