Fix UBL Debug Messages (#20423)
Co-authored-by: ellensp <ellensp@hotmsil.com>
This commit is contained in:
parent
aecfd95592
commit
0c383b858f
@ -563,7 +563,7 @@ void MarlinSettings::postprocess() {
|
||||
"ARCHIM2_SPI_FLASH_EEPROM_BACKUP_SIZE is insufficient to capture all EEPROM data.");
|
||||
#endif
|
||||
|
||||
//#define DEBUG_OUT 1
|
||||
#define DEBUG_OUT ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
#include "../core/debug_out.h"
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
@ -2294,14 +2294,14 @@ void MarlinSettings::postprocess() {
|
||||
|
||||
if (!ubl.sanity_check()) {
|
||||
SERIAL_EOL();
|
||||
#if ENABLED(EEPROM_CHITCHAT)
|
||||
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
||||
ubl.echo_name();
|
||||
DEBUG_ECHOLNPGM(" initialized.\n");
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
eeprom_error = true;
|
||||
#if ENABLED(EEPROM_CHITCHAT)
|
||||
#if BOTH(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
||||
DEBUG_ECHOPGM("?Can't enable ");
|
||||
ubl.echo_name();
|
||||
DEBUG_ECHOLNPGM(".");
|
||||
|
Loading…
Reference in New Issue
Block a user