mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 23:24:00 +00:00
🚸 Fewer CRs in settings report (#22560)
This commit is contained in:
parent
b028df4228
commit
1555db237e
1 changed files with 1 additions and 3 deletions
|
@ -2320,7 +2320,6 @@ void MarlinSettings::postprocess() {
|
||||||
ubl.report_state();
|
ubl.report_state();
|
||||||
|
|
||||||
if (!ubl.sanity_check()) {
|
if (!ubl.sanity_check()) {
|
||||||
SERIAL_EOL();
|
|
||||||
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
||||||
ubl.echo_name();
|
ubl.echo_name();
|
||||||
DEBUG_ECHOLNPGM(" initialized.\n");
|
DEBUG_ECHOLNPGM(" initialized.\n");
|
||||||
|
@ -3266,7 +3265,6 @@ void MarlinSettings::reset() {
|
||||||
if (!forReplay) {
|
if (!forReplay) {
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
ubl.report_state();
|
ubl.report_state();
|
||||||
SERIAL_EOL();
|
|
||||||
config_heading(false, PSTR("Active Mesh Slot: "), false);
|
config_heading(false, PSTR("Active Mesh Slot: "), false);
|
||||||
SERIAL_ECHOLN(ubl.storage_slot);
|
SERIAL_ECHOLN(ubl.storage_slot);
|
||||||
config_heading(false, PSTR("EEPROM can hold "), false);
|
config_heading(false, PSTR("EEPROM can hold "), false);
|
||||||
|
@ -3886,7 +3884,7 @@ void MarlinSettings::reset() {
|
||||||
|
|
||||||
#if HAS_MULTI_LANGUAGE
|
#if HAS_MULTI_LANGUAGE
|
||||||
CONFIG_ECHO_HEADING("UI Language:");
|
CONFIG_ECHO_HEADING("UI Language:");
|
||||||
SERIAL_ECHO_MSG(" M414 S", ui.language);
|
CONFIG_ECHO_MSG(" M414 S", ui.language);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue