Browse Source

Clear Pausing message after M600 park (#14171)

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
34ae76025e
  1. 3
      Marlin/src/feature/pause.cpp

3
Marlin/src/feature/pause.cpp

@ -681,7 +681,8 @@ void resume_print(const float &slow_load_length/*=0*/, const float &fast_load_le
// Resume the print job timer if it was running
if (print_job_timer.isPaused()) print_job_timer.start();
#if HAS_LCD_MENU
#if HAS_DISPLAY
ui.reset_status();
ui.return_to_status();
#endif
}

Loading…
Cancel
Save