Commit 9bf9a8c 1 parent 4ca2282 commit 9bf9a8c Copy full SHA for 9bf9a8c
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments