ExtUI Heated Chamber support (#14198)

This commit is contained in:
InsanityAutomation
2019-06-07 08:08:41 -04:00
committed by Scott Lahteine
parent fda8606388
commit 66e22d9f5a
4 changed files with 44 additions and 25 deletions

View File

@@ -1380,7 +1380,9 @@ void MarlinUI::update() {
}
void MarlinUI::pause_print() {
synchronize(PSTR(MSG_PAUSE_PRINT));
#if HAS_LCD_MENU
synchronize(PSTR(MSG_PAUSE_PRINT));
#endif
#if ENABLED(POWER_LOSS_RECOVERY)
if (recovery.enabled) recovery.save(true, false);