瀏覽代碼

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…
取消
儲存