mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 06:21:31 +00:00
🩹 Fix 'hdsl' warning
This commit is contained in:
parent
4b84b28c14
commit
813b6af724
@ -3203,9 +3203,11 @@ void MarlinSettings::reset() {
|
|||||||
|
|
||||||
postprocess();
|
postprocess();
|
||||||
|
|
||||||
|
#if EITHER(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
||||||
FSTR_P const hdsl = F("Hardcoded Default Settings Loaded");
|
FSTR_P const hdsl = F("Hardcoded Default Settings Loaded");
|
||||||
TERN_(HOST_EEPROM_CHITCHAT, hostui.notify(hdsl));
|
TERN_(HOST_EEPROM_CHITCHAT, hostui.notify(hdsl));
|
||||||
DEBUG_ECHO_START(); DEBUG_ECHOLNF(hdsl);
|
DEBUG_ECHO_START(); DEBUG_ECHOLNF(hdsl);
|
||||||
|
#endif
|
||||||
|
|
||||||
TERN_(EXTENSIBLE_UI, ExtUI::onFactoryReset());
|
TERN_(EXTENSIBLE_UI, ExtUI::onFactoryReset());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user