|
@@ -102,6 +102,8 @@
|
102
|
102
|
// and processor overload (too many expensive sqrt calls).
|
103
|
103
|
#define DELTA_SEGMENTS_PER_SECOND 200
|
104
|
104
|
|
|
105
|
+// NOTE NB all values for DELTA_* values MOUST be floating point, so always have a decimal point in them
|
|
106
|
+
|
105
|
107
|
// Center-to-center distance of the holes in the diagonal push rods.
|
106
|
108
|
#define DELTA_DIAGONAL_ROD 250.0 // mm
|
107
|
109
|
|
|
@@ -117,6 +119,8 @@
|
117
|
119
|
// Effective horizontal distance bridged by diagonal push rods.
|
118
|
120
|
#define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-DELTA_EFFECTOR_OFFSET-DELTA_CARRIAGE_OFFSET)
|
119
|
121
|
|
|
122
|
+#define DELTA_DIAGONAL_ROD_2 sq(DELTA_DIAGONAL_ROD)
|
|
123
|
+
|
120
|
124
|
// Effective X/Y positions of the three vertical towers.
|
121
|
125
|
#define SIN_60 0.8660254037844386
|
122
|
126
|
#define COS_60 0.5
|