Skip to content

Commit 9bf9a8c

Browse files
tpruvotDarred
authored andcommitted
🚸 Fewer CRs in settings report (MarlinFirmware#22560)
1 parent 4ca2282 commit 9bf9a8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Marlin/src/module/settings.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,6 @@ void MarlinSettings::postprocess() {
23202320
ubl.report_state();
23212321

23222322
if (!ubl.sanity_check()) {
2323-
SERIAL_EOL();
23242323
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
23252324
ubl.echo_name();
23262325
DEBUG_ECHOLNPGM(" initialized.\n");
@@ -3266,7 +3265,6 @@ void MarlinSettings::reset() {
32663265
if (!forReplay) {
32673266
SERIAL_EOL();
32683267
ubl.report_state();
3269-
SERIAL_EOL();
32703268
config_heading(false, PSTR("Active Mesh Slot: "), false);
32713269
SERIAL_ECHOLN(ubl.storage_slot);
32723270
config_heading(false, PSTR("EEPROM can hold "), false);
@@ -3886,7 +3884,7 @@ void MarlinSettings::reset() {
38863884

38873885
#if HAS_MULTI_LANGUAGE
38883886
CONFIG_ECHO_HEADING("UI Language:");
3889-
SERIAL_ECHO_MSG(" M414 S", ui.language);
3887+
CONFIG_ECHO_MSG(" M414 S", ui.language);
38903888
#endif
38913889
}
38923890

0 commit comments

Comments
 (0)