Skip to content

Instantly share code, notes, and snippets.

@wolfmanjm
Created February 13, 2013 23:38
Show Gist options
  • Select an option

  • Save wolfmanjm/4949438 to your computer and use it in GitHub Desktop.

Select an option

Save wolfmanjm/4949438 to your computer and use it in GitHub Desktop.
// 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)
@wolfmanjm
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment