소스 검색

Merge pull request #6903 from thinkyhead/bf_fix_delta_m24_m125

Patch M24 / M125 for delta
Scott Lahteine 7 년 전
부모
커밋
6354b40231
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 파일 보기

@@ -6020,7 +6020,7 @@ inline void gcode_M17() {
6020 6020
 
6021 6021
     #if IS_KINEMATIC
6022 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 6024
     #else
6025 6025
       // Move XY to starting position, then Z
6026 6026
       destination[X_AXIS] = resume_position[X_AXIS];

Loading…
취소
저장