Activate warning about possible reduced accuracy by default
Renamed `WARN_REDUCED_ACCURACY` to `DISABLE_REDUCED_ACCURACY_WARNING` Changed the condition for blinking from ``` #if ENABLED(WARN_REDUCED_ACCURACY) ``` to ``` #if DISABLED(DISABLE_REDUCED_ACCURACY_WARNING) ```
This commit is contained in:
parent
1c889cd303
commit
615bec2329
19 changed files with 26 additions and 26 deletions
|
|
@ -347,7 +347,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
|
|||
#define DISABLE_Y false
|
||||
#define DISABLE_Z true
|
||||
// Warn on display about possibly reduced accuracy
|
||||
//#define WARN_REDUCED_ACCURACY
|
||||
//#define DISABLE_REDUCED_ACCURACY_WARNING
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue