Firmware2/Marlin/example_configurations/delta/biv2.5
AnHardt 615bec2329 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)
```
2016-02-28 23:20:21 +01:00
..
Configuration_adv.h Distribute config-changes to the other configurations 2016-02-28 23:20:04 +01:00
Configuration.h Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00