author | Michael Krelin <hacker@klever.net> | 2016-07-15 19:28:33 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-07-15 19:28:33 (UTC) |
commit | 26a3d6cd592ac97040f3c8355fdfb3236291bfc4 (patch) (unidiff) | |
tree | d167422cf554f228d68bc8b7514e0e2fe230a942 /x-carriage.scad | |
parent | f050aa95edf9b857580d6caf190060a00d37bff9 (diff) | |
download | carriagery-26a3d6cd592ac97040f3c8355fdfb3236291bfc4.zip carriagery-26a3d6cd592ac97040f3c8355fdfb3236291bfc4.tar.gz carriagery-26a3d6cd592ac97040f3c8355fdfb3236291bfc4.tar.bz2 |
increased fit tolerance
-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 b2d0772..48fcec8 100644 --- a/x-carriage.scad +++ b/x-carriage.scad | |||
@@ -1,11 +1,11 @@ | |||
1 | slide_tolerance = .3; | 1 | slide_tolerance = .3; |
2 | play_tolerance=.4; | 2 | play_tolerance=.4; |
3 | fit_tolerance = .2; | 3 | fit_tolerance = .25; |
4 | 4 | ||
5 | bearings_l = 30;// LM8UU: 25 | 5 | bearings_l = 30;// LM8UU: 25 |
6 | bearings_d = 12;// LM8UU: 15 | 6 | bearings_d = 12;// LM8UU: 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; |