Remove set_current_to_destination from resume_print

Addressing #7057
This commit is contained in:
Scott Lahteine 2017-06-18 23:00:25 -05:00
parent 4857a3ba48
commit 4c3dc8bf07

View File

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