Firmware/Marlin/example_configurations/delta/kossel_pro
LVD-AC 585c00a728 Proposed changes
This is what I did yesterday:

- basicly gave the tests more comprehensive names; put all the
declarations at the top; got rid of the magic negative C-value (renamed
to P + A, O, T)

- "cos(RADIANS(180 + 30 * axis)) * (1 + circles * 0.1 * ((zig_zag) ? 1 :
-1)) * delta_calibration_radius" compiles wrong is zig_zag statement is
without brackets

- DELTA_TOWER_ANGLE_TRIM reset to 3 values (the calcs use the 3th value
to normalize will not compile otherwise)

-Wrote 3 dummies to keep EEPROM lenght the same

-Reset the configs to the 'original' with autocal + menu disabled (but
can be enabled of course)
2017-04-29 18:53:14 +03:00
..
Configuration_adv.h Delete 'expert level' 2017-04-21 11:58:39 +03:00
Configuration.h Proposed changes 2017-04-29 18:53:14 +03:00
README.md readme.md -> README.md 2016-07-03 22:15:24 +01: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