Created
February 13, 2013 23:38
-
-
Save wolfmanjm/4949438 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Center-to-center distance of the holes in the diagonal push rods. | |
| #define DELTA_DIAGONAL_ROD 430.0 // mm | |
| // Horizontal offset from middle of printer to smooth rod center. | |
| #define DELTA_SMOOTH_ROD_OFFSET 288.675 // mm | |
| // Horizontal offset of the universal joints on the end effector. | |
| #define DELTA_EFFECTOR_OFFSET 50.0 // mm | |
| // Horizontal offset of the universal joints on the carriages. | |
| #define DELTA_CARRIAGE_OFFSET 18.0 // mm | |
| // Effective horizontal distance bridged by diagonal push rods. | |
| #define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-DELTA_EFFECTOR_OFFSET-DELTA_CARRIAGE_OFFSET) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Smoothie settings equivalent
arm_length 430.0 # Length of arm from joint to joint
arm_radius 270.675 # horizontal distance from carriage joint to center
carriage_radius 50.0 # horizontal distance from lower joint to center