瀏覽代碼

Remove set_current_to_destination from resume_print

Addressing #7057
Scott Lahteine 7 年之前
父節點
當前提交
4c3dc8bf07
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp 查看文件

@@ -6136,8 +6136,6 @@ inline void gcode_M17() {
6136 6136
       filament_ran_out = false;
6137 6137
     #endif
6138 6138
 
6139
-    set_current_to_destination();
6140
-
6141 6139
     #if ENABLED(ULTIPANEL)
6142 6140
       // Show status screen
6143 6141
       lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);

Loading…
取消
儲存