summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--x-carriage.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-carriage.scad b/x-carriage.scad
index 1128e64..9d0881e 100644
--- a/x-carriage.scad
+++ b/x-carriage.scad
@@ -15,13 +15,13 @@ mounting_holes_from_top = [ // the offsets of mounting holes on the back
15]; 15];
16mounting_holes_apart = mounting_holes_from_top[2][0]-mounting_holes_from_top[1][0]; 16mounting_holes_apart = mounting_holes_from_top[2][0]-mounting_holes_from_top[1][0];
17 17
18belt_tooth=0.70; 18belt_tooth=0.70;
19belt_thickness=0.75; 19belt_thickness=0.75;
20belts_thickness = belt_thickness*2+belt_tooth+0.5; 20belts_thickness = belt_thickness*2+belt_tooth+0.5;
21belt_width = 6; 21belt_width = 6 + slide_tolerance;
22belts_apart = 12; 22belts_apart = 12;
23belt_pitch = 2; 23belt_pitch = 2;
24 24
25tiehole_id = bearings_d+3; 25tiehole_id = bearings_d+3;
26tiehole_od = bearings_d+10; 26tiehole_od = bearings_d+10;
27tiehole_w = 4; 27tiehole_w = 4;