|
|
|
|
6020
|
|
6020
|
|
6021
|
#if IS_KINEMATIC
|
6021
|
#if IS_KINEMATIC
|
6022
|
// Move XYZ to starting position
|
6022
|
// Move XYZ to starting position
|
6023
|
- planner.buffer_line_kinematic(lastpos, PAUSE_PARK_XY_FEEDRATE, active_extruder);
|
|
|
|
|
6023
|
+ planner.buffer_line_kinematic(resume_position, PAUSE_PARK_XY_FEEDRATE, active_extruder);
|
6024
|
#else
|
6024
|
#else
|
6025
|
// Move XY to starting position, then Z
|
6025
|
// Move XY to starting position, then Z
|
6026
|
destination[X_AXIS] = resume_position[X_AXIS];
|
6026
|
destination[X_AXIS] = resume_position[X_AXIS];
|