summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2016-07-15 19:06:50 (UTC)
committer Michael Krelin <hacker@klever.net>2016-07-15 19:06:50 (UTC)
commitf9918287dc045059b4350a62963f7d18de9a3d48 (patch) (unidiff)
treed7605006aa7a3a18561382c43685e8de33a59d8c
parent3f570e461b61dadf959077cd493ff1bc22a62e7b (diff)
downloadcarriagery-f9918287dc045059b4350a62963f7d18de9a3d48.zip
carriagery-f9918287dc045059b4350a62963f7d18de9a3d48.tar.gz
carriagery-f9918287dc045059b4350a62963f7d18de9a3d48.tar.bz2
reduce the plate thickness
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 9d0881e..3070242 100644
--- a/x-carriage.scad
+++ b/x-carriage.scad
@@ -2,13 +2,13 @@ slide_tolerance = .3;
2play_tolerance=.4; 2play_tolerance=.4;
3fit_tolerance = .2; 3fit_tolerance = .2;
4 4
5 bearings_l = 25;// 15; 5 bearings_l = 25;// 15;
6 bearings_d = 15;// 12; 6 bearings_d = 15;// 12;
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 = 4.5;// the minimum shell between bearings and carriage front 8 bearings_s = 2.5;// the minimum shell between bearings and carriage front
9 9
10rods_apart = 45; 10rods_apart = 45;
11rod_d = 8; 11rod_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]