author | Michael Krelin <hacker@klever.net> | 2016-07-15 19:08:39 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-07-15 19:08:39 (UTC) |
commit | 8317f2ceb47e4906e3c6934ec6dd174023f7d361 (patch) (unidiff) | |
tree | e3f28ee3ba1bfc7df487549e870b11a7436a4619 | |
parent | f9918287dc045059b4350a62963f7d18de9a3d48 (diff) | |
download | carriagery-8317f2ceb47e4906e3c6934ec6dd174023f7d361.zip carriagery-8317f2ceb47e4906e3c6934ec6dd174023f7d361.tar.gz carriagery-8317f2ceb47e4906e3c6934ec6dd174023f7d361.tar.bz2 |
change from LMUU8 to a couple of e3d bushings
http://e3d-online.com/Mechanical/Motion/Bronze-Bushing-for-8mm-Rod
-rw-r--r-- | x-carriage.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x-carriage.scad b/x-carriage.scad index 3070242..1a6c932 100644 --- a/x-carriage.scad +++ b/x-carriage.scad | |||
@@ -1,18 +1,18 @@ | |||
1 | slide_tolerance = .3; | 1 | slide_tolerance = .3; |
2 | play_tolerance=.4; | 2 | play_tolerance=.4; |
3 | fit_tolerance = .2; | 3 | fit_tolerance = .2; |
4 | 4 | ||
5 | bearings_l = 25;// 15; | 5 | bearings_l = 30;// LMUU8: 25 |
6 | bearings_d = 15;// 12; | 6 | bearings_d = 12;// LMUU8: 15 |
7 | bearings_m = 2.5;// thickness of the bearing end holder | 7 | bearings_m = 2.5;// thickness of the bearing end holder |
8 | bearings_s = 2.5;// the minimum shell between bearings and carriage front | 8 | bearings_s = 2.5;// the minimum shell between bearings and carriage front |
9 | 9 | ||
10 | rods_apart = 45; | 10 | rods_apart = 45; |
11 | rod_d = 8; | 11 | rod_d = 8; |
12 | 12 | ||
13 | mounting_holes_from_top = [// the offsets of mounting holes on the back | 13 | mounting_holes_from_top = [// the offsets of mounting holes on the back |
14 | [0, 20], [-4.5,10], [4.5,10] | 14 | [0, 20], [-4.5,10], [4.5,10] |
15 | ]; | 15 | ]; |
16 | mounting_holes_apart = mounting_holes_from_top[2][0]-mounting_holes_from_top[1][0]; | 16 | mounting_holes_apart = mounting_holes_from_top[2][0]-mounting_holes_from_top[1][0]; |
17 | 17 | ||
18 | belt_tooth=0.70; | 18 | belt_tooth=0.70; |