🚸 Fewer CRs in settings report (#22560)

This commit is contained in:
Tanguy Pruvot 2021-08-13 05:40:52 +02:00 committed by Scott Lahteine
parent 4a7d3a336b
commit b3c8d9bec8

View File

@ -2320,7 +2320,6 @@ void MarlinSettings::postprocess() {
ubl.report_state();
if (!ubl.sanity_check()) {
SERIAL_EOL();
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
ubl.echo_name();
DEBUG_ECHOLNPGM(" initialized.\n");
@ -3266,7 +3265,6 @@ void MarlinSettings::reset() {
if (!forReplay) {
SERIAL_EOL();
ubl.report_state();
SERIAL_EOL();
config_heading(false, PSTR("Active Mesh Slot: "), false);
SERIAL_ECHOLN(ubl.storage_slot);
config_heading(false, PSTR("EEPROM can hold "), false);
@ -3886,7 +3884,7 @@ void MarlinSettings::reset() {
#if HAS_MULTI_LANGUAGE
CONFIG_ECHO_HEADING("UI Language:");
SERIAL_ECHO_MSG(" M414 S", ui.language);
CONFIG_ECHO_MSG(" M414 S", ui.language);
#endif
}