This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/example_configurations/delta/kossel_pro
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
readme.md Introducing the Kossel Pro Build Configuration 2015-05-21 11:47:34 -05:00

Example Configuration for OpenBeam Kossel Pro BRAINWAVE_PRO

  • Configuration files for the Openbeam Kossel Pro as delivered in their KickStarter distribution

I @Wackerbarth tested this version on my Kossel Pro and Arduino 1.6.5 for Mac. This configuration is a transition to merge Terence Tam's configuration with up-to-date Marlin source and a current Arduino IDE