From 4b1b02a17d246f2c7a2074a933ef48c3587098ab Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 17 Dec 2017 01:15:23 -0600 Subject: [PATCH] Cleanup M503 output for M420 --- Marlin/configuration_store.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Marlin/configuration_store.cpp b/Marlin/configuration_store.cpp index 8ea8759ab..da01f0549 100644 --- a/Marlin/configuration_store.cpp +++ b/Marlin/configuration_store.cpp @@ -1810,7 +1810,6 @@ void MarlinSettings::reset() { CONFIG_ECHO_START; SERIAL_ECHOLNPGM("Mesh Bed Leveling:"); } - CONFIG_ECHO_START; #elif ENABLED(AUTO_BED_LEVELING_UBL) @@ -1819,7 +1818,6 @@ void MarlinSettings::reset() { ubl.echo_name(); SERIAL_ECHOLNPGM(":"); } - CONFIG_ECHO_START; #elif HAS_ABL @@ -1827,7 +1825,6 @@ void MarlinSettings::reset() { CONFIG_ECHO_START; SERIAL_ECHOLNPGM("Auto Bed Leveling:"); } - CONFIG_ECHO_START; #endif