Browse Source

🚸 Fewer CRs in settings report (#22560)

Tanguy Pruvot 2 years ago
parent
commit
1555db237e
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      Marlin/src/module/settings.cpp

+ 1
- 3
Marlin/src/module/settings.cpp View File

@@ -2320,7 +2320,6 @@ void MarlinSettings::postprocess() {
2320 2320
           ubl.report_state();
2321 2321
 
2322 2322
           if (!ubl.sanity_check()) {
2323
-            SERIAL_EOL();
2324 2323
             #if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
2325 2324
               ubl.echo_name();
2326 2325
               DEBUG_ECHOLNPGM(" initialized.\n");
@@ -3266,7 +3265,6 @@ void MarlinSettings::reset() {
3266 3265
         if (!forReplay) {
3267 3266
           SERIAL_EOL();
3268 3267
           ubl.report_state();
3269
-          SERIAL_EOL();
3270 3268
           config_heading(false, PSTR("Active Mesh Slot: "), false);
3271 3269
           SERIAL_ECHOLN(ubl.storage_slot);
3272 3270
           config_heading(false, PSTR("EEPROM can hold "), false);
@@ -3886,7 +3884,7 @@ void MarlinSettings::reset() {
3886 3884
 
3887 3885
     #if HAS_MULTI_LANGUAGE
3888 3886
       CONFIG_ECHO_HEADING("UI Language:");
3889
-      SERIAL_ECHO_MSG("  M414 S", ui.language);
3887
+      CONFIG_ECHO_MSG("  M414 S", ui.language);
3890 3888
     #endif
3891 3889
   }
3892 3890
 

Loading…
Cancel
Save