-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,9 +1,9 @@ slide_tolerance = .3; play_tolerance=.4; -fit_tolerance = .2; +fit_tolerance = .25; bearings_l = 30; // LM8UU: 25 bearings_d = 12; // LM8UU: 15 bearings_m = 2.5; // thickness of the bearing end holder bearings_s = 2.5; // the minimum shell between bearings and carriage front |