Firmware2/Marlin/example_configurations
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
..
adafruit/ST7565 Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
delta Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
Felix Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
Hephestos Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
K8200 Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
makibox Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
RepRapWorld/Megatronics Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
RigidBot Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
SCARA Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
TAZ4 Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
tvrrug/Round2 Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00
WITBOX Activate warning about possible reduced accuracy by default 2016-02-28 23:20:21 +01:00