Browse Source

Merge pull request #6903 from thinkyhead/bf_fix_delta_m24_m125

Patch M24 / M125 for delta
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
6354b40231
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -6020,7 +6020,7 @@ inline void gcode_M17() {
#if IS_KINEMATIC
// Move XYZ to starting position
planner.buffer_line_kinematic(lastpos, PAUSE_PARK_XY_FEEDRATE, active_extruder);
planner.buffer_line_kinematic(resume_position, PAUSE_PARK_XY_FEEDRATE, active_extruder);
#else
// Move XY to starting position, then Z
destination[X_AXIS] = resume_position[X_AXIS];

Loading…
Cancel
Save