Comments, includes (#14671)

This commit is contained in:
Ludy
2019-07-20 08:41:34 +02:00
committed by Scott Lahteine
parent b714cfd4f0
commit 39e1726498
5 changed files with 13 additions and 7 deletions

View File

@@ -1467,7 +1467,7 @@ void MarlinUI::update() {
#endif
print_job_timer.stop();
set_status_P(PSTR(MSG_PRINT_ABORTED));
#if HAS_SPI_LCD
#if HAS_LCD_MENU
return_to_status();
#endif
}