|
|
@ -485,10 +485,9 @@ void resume_print(const float &load_length/*=0*/, const float &purge_length/*=AD
|
|
|
|
// If retracted before goto pause
|
|
|
|
// If retracted before goto pause
|
|
|
|
if (fwretract.retracted[active_extruder])
|
|
|
|
if (fwretract.retracted[active_extruder])
|
|
|
|
do_pause_e_move(-fwretract.retract_length, fwretract.retract_feedrate_mm_s);
|
|
|
|
do_pause_e_move(-fwretract.retract_length, fwretract.retract_feedrate_mm_s);
|
|
|
|
#else
|
|
|
|
#endif
|
|
|
|
// If resume_position is negative
|
|
|
|
// If resume_position is negative
|
|
|
|
if (resume_position[E_AXIS] < 0) do_pause_e_move(resume_position[E_AXIS], PAUSE_PARK_RETRACT_FEEDRATE);
|
|
|
|
if (resume_position[E_AXIS] < 0) do_pause_e_move(resume_position[E_AXIS], PAUSE_PARK_RETRACT_FEEDRATE);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Move XY to starting position, then Z
|
|
|
|
// Move XY to starting position, then Z
|
|
|
|
do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], NOZZLE_PARK_XY_FEEDRATE);
|
|
|
|
do_blocking_move_to_xy(resume_position[X_AXIS], resume_position[Y_AXIS], NOZZLE_PARK_XY_FEEDRATE);
|
|
|
|