Expose DISABLE_M503 option as a test option
This commit is contained in:
parent
3e78a01262
commit
dcec7178d1
34 changed files with 78 additions and 73 deletions
|
|
@ -1051,7 +1051,7 @@ void MarlinSettings::postprocess() {
|
|||
#endif
|
||||
}
|
||||
|
||||
#if ENABLED(EEPROM_CHITCHAT)
|
||||
#if ENABLED(EEPROM_CHITCHAT) && DISABLED(DISABLE_M503)
|
||||
report();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue