summaryrefslogtreecommitdiff
Side-by-side diff
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;
play_tolerance=.4;
fit_tolerance = .2;
bearings_l = 25; // 15;
bearings_d = 15; // 12;
bearings_m = 2.5; // thickness of the bearing end holder
-bearings_s = 4.5; // the minimum shell between bearings and carriage front
+bearings_s = 2.5; // the minimum shell between bearings and carriage front
rods_apart = 45;
rod_d = 8;
mounting_holes_from_top = [ // the offsets of mounting holes on the back
[0, 20], [-4.5,10], [4.5,10]