-
- Downloads
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)
Showing
- Marlin/Conditionals_post.h 4 additions, 4 deletionsMarlin/Conditionals_post.h
- Marlin/Marlin_main.cpp 91 additions, 81 deletionsMarlin/Marlin_main.cpp
- Marlin/configuration_store.cpp 8 additions, 4 deletionsMarlin/configuration_store.cpp
- Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h 13 additions, 19 deletions...configurations/delta/FLSUN/auto_calibrate/Configuration.h
- Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h 10 additions, 10 deletions...le_configurations/delta/FLSUN/kossel_mini/Configuration.h
- Marlin/example_configurations/delta/generic/Configuration.h 12 additions, 10 deletionsMarlin/example_configurations/delta/generic/Configuration.h
- Marlin/example_configurations/delta/kossel_mini/Configuration.h 10 additions, 10 deletions.../example_configurations/delta/kossel_mini/Configuration.h
- Marlin/example_configurations/delta/kossel_pro/Configuration.h 10 additions, 10 deletions...n/example_configurations/delta/kossel_pro/Configuration.h
- Marlin/example_configurations/delta/kossel_xl/Configuration.h 10 additions, 10 deletions...in/example_configurations/delta/kossel_xl/Configuration.h
- Marlin/ultralcd.cpp 1 addition, 1 deletionMarlin/ultralcd.cpp
Loading
Please register or sign in to comment