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