ExtUI Heated Chamber support (#14198)
This commit is contained in:
committed by
Scott Lahteine
parent
fda8606388
commit
66e22d9f5a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user