소스 검색

Fix M600 resume_print

Derived from #7811 and #7779
Scott Lahteine 7 년 전
부모
커밋
a03e70d46c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Marlin/src/feature/pause.cpp

+ 2
- 0
Marlin/src/feature/pause.cpp 파일 보기

@@ -268,6 +268,8 @@ void resume_print(const float &load_length/*=0*/, const float &initial_extrude_l
268 268
     filament_change_beep(max_beep_count, true);
269 269
   #endif
270 270
 
271
+  set_destination_to_current();
272
+
271 273
   if (load_length != 0) {
272 274
     #if ENABLED(ULTIPANEL)
273 275
       // Show "insert filament"

Loading…
취소
저장