author | Michael Krelin <hacker@klever.net> | 2016-07-15 19:09:58 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-07-15 19:09:58 (UTC) |
commit | 2959322eef5859ced369a9f64eaa9b50a2243e4f (patch) (unidiff) | |
tree | 5d9c3c28cc98bff8a8cece9a9d7fdff426e035ec /x-carriage.scad | |
parent | 8317f2ceb47e4906e3c6934ec6dd174023f7d361 (diff) | |
download | carriagery-2959322eef5859ced369a9f64eaa9b50a2243e4f.zip carriagery-2959322eef5859ced369a9f64eaa9b50a2243e4f.tar.gz carriagery-2959322eef5859ced369a9f64eaa9b50a2243e4f.tar.bz2 |
things aren't called randomly, they have their proper names
-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 1a6c932..8c10e14 100644 --- a/x-carriage.scad +++ b/x-carriage.scad | |||
@@ -2,8 +2,8 @@ slide_tolerance = .3; | |||
2 | play_tolerance=.4; | 2 | play_tolerance=.4; |
3 | fit_tolerance = .2; | 3 | fit_tolerance = .2; |
4 | 4 | ||
5 | bearings_l = 30;// LMUU8: 25 | 5 | bearings_l = 30;// LM8UU: 25 |
6 | bearings_d = 12;// LMUU8: 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 | ||