Clear Pausing message after M600 park (#14171)

This commit is contained in:
InsanityAutomation 2019-05-28 22:36:14 -04:00 committed by Scott Lahteine
parent bd494a6bd6
commit 34ae76025e

View file

@ -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
}