From 45cba56037c2bf63a76f083030d86f0ea346f1dd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Nov 2022 16:15:11 +0000 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: fam extra block Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 6546a68..d28e559 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -48,6 +48,7 @@ fit_slope_len = 5; // the adapter sliding forwards/backwards along the rails foreaftmaint_r_slop = 0.0; foreaftmaint_y_slop = -0.25; +foreaftmaint_top_block_zs = [34.0, 39.0]; // rearwards from bolt hole main_sz_y = $strf * 18; grasp_sz = $strf * 6; @@ -292,6 +293,8 @@ module Principal(){ FamLinextr(){ rectfromto([ -$foreaftmaint_rail_z, adapt_main_top_y ], [ 0, block_y_min]); + rectfromto([ -foreaftmaint_top_block_zs[0], 0 ], + [ -foreaftmaint_top_block_zs[1], block_y_min] ); FamGraspElevation(); } RackShear() -- 2.30.2