Minor cleanup of multi-stepping logic

This commit is contained in:
Scott Lahteine
2018-05-28 17:39:23 -05:00
parent 16da5c62d0
commit 6919e87656
2 changed files with 14 additions and 26 deletions

View File

@ -533,7 +533,7 @@ void resume_print(const float &slow_load_length/*=0*/, const float &fast_load_le
// Move XY to starting position, then Z
do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], NOZZLE_PARK_XY_FEEDRATE);
// Set Z_AXIS to saved position
// Move Z_AXIS to saved position
do_blocking_move_to_z(resume_position[Z_AXIS], NOZZLE_PARK_Z_FEEDRATE);
// Now all extrusion positions are resumed and ready to be confirmed