author | Michael Krelin <hacker@klever.net> | 2016-07-15 19:06:33 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-07-15 19:06:33 (UTC) |
commit | 3f570e461b61dadf959077cd493ff1bc22a62e7b (patch) (unidiff) | |
tree | 991b8953162182258cb9d7f5873901629be76724 | |
parent | e1439ce24015728989fd76b7e3c6b6d8586b7565 (diff) | |
download | carriagery-3f570e461b61dadf959077cd493ff1bc22a62e7b.zip carriagery-3f570e461b61dadf959077cd493ff1bc22a62e7b.tar.gz carriagery-3f570e461b61dadf959077cd493ff1bc22a62e7b.tar.bz2 |
widen our idea of belt width
so that it's sure not to stick out
-rw-r--r-- | x-carriage.scad | 2 |
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 | |||
@@ -18,7 +18,7 @@ mounting_holes_apart = mounting_holes_from_top[2][0]-mounting_holes_from_top[1][ | |||
18 | belt_tooth=0.70; | 18 | belt_tooth=0.70; |
19 | belt_thickness=0.75; | 19 | belt_thickness=0.75; |
20 | belts_thickness = belt_thickness*2+belt_tooth+0.5; | 20 | belts_thickness = belt_thickness*2+belt_tooth+0.5; |
21 | belt_width = 6; | 21 | belt_width = 6 + slide_tolerance; |
22 | belts_apart = 12; | 22 | belts_apart = 12; |
23 | belt_pitch = 2; | 23 | belt_pitch = 2; |
24 | 24 | ||