Skip to content

Commit

Permalink
馃毟 Fewer CRs in settings report (MarlinFirmware#22560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and Darred committed Dec 1, 2021
1 parent 4ca2282 commit 9bf9a8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Marlin/src/module/settings.cpp
Expand Up @@ -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");
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 9bf9a8c

Please sign in to comment.