0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00
MarlinFirmware/Marlin/example_configurations/delta/generic
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.h Activate warning about possible reduced accuracy by default 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