From 88e0263e07a6500010567775c47fcaca7e71e941 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Nov 2022 16:12:14 +0000 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: adjustments from v2 Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 4f37a54..6546a68 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -46,7 +46,8 @@ fit_slope_len = 5; // "foreaftmaint" aka "fam" is the hook-like part that stops // the adapter sliding forwards/backwards along the rails -foreaftmaint_r_slop = 0.75; +foreaftmaint_r_slop = 0.0; +foreaftmaint_y_slop = -0.25; main_sz_y = $strf * 18; grasp_sz = $strf * 6; @@ -250,7 +251,7 @@ module Principal(){ $rack_rail_y - rack_rail_dia/2 ]; - $foreaftmaint_rail_z = brk_block_z/2 + $foreaftmaint_dz; + $foreaftmaint_rail_z = brk_block_z/2 + $foreaftmaint_dz - foreaftmaint_y_slop; difference(){ union(){ -- 2.30.2