Add "Settings Stored" message

This commit is contained in:
Scott Lahteine
2020-04-09 12:28:09 -05:00
parent 556406a127
commit 71a4ab3331
2 changed files with 3 additions and 0 deletions

View File

@ -1361,6 +1361,8 @@ void MarlinSettings::postprocess() {
store_mesh(ubl.storage_slot);
#endif
if (!eeprom_error) LCD_MESSAGEPGM(MSG_SETTINGS_STORED);
#if ENABLED(EXTENSIBLE_UI)
ExtUI::onConfigurationStoreWritten(!eeprom_error);
#endif