Browse Source

Remove set_current_to_destination from resume_print

Addressing #7057
Scott Lahteine 7 years ago
parent
commit
4c3dc8bf07
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp View File

6136
       filament_ran_out = false;
6136
       filament_ran_out = false;
6137
     #endif
6137
     #endif
6138
 
6138
 
6139
-    set_current_to_destination();
6140
-
6141
     #if ENABLED(ULTIPANEL)
6139
     #if ENABLED(ULTIPANEL)
6142
       // Show status screen
6140
       // Show status screen
6143
       lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);
6141
       lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_STATUS);

Loading…
Cancel
Save