From 9e8402b1aeca2fcb73a4c8eb1d1a0ba81b2f23ae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Nov 2022 12:23:52 +0000 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: fix for shear Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 59bb35f..ebad7ec 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -157,7 +157,7 @@ module GraspFixingElevation(){ $rail_fixing_fit_corner, $rail_fixing_fit_corner + [-1,-1] * fit_slope_len, [ -grasp_large_x - grasp_large_r*2, block_y_min ], - [ -block_x-0.1, block_y_min ]]); + [ -block_x-0.1 -2, block_y_min +2 ]]); } } } -- 2.30.2