mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
Cleanup M503 output for M420
This commit is contained in:
parent
f0bca012a5
commit
4b1b02a17d
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue