Sebastiaan Dammann
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/pause.cpp
|
|
@ -602,7 +602,7 @@ void resume_print(const_float_t slow_load_length/*=0*/, const_float_t fast_load_ |
|
|
|
|
|
|
|
if (!axes_should_home()) { |
|
|
|
// 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); |
|
|
|
|
|
|
|
// Move Z back to saved position
|
|
|
|