From 6da5b1886fe250a33fd8bfeacba977d6deeff2c9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 24 Jul 2023 16:33:53 +0100 Subject: [PATCH] topeak-mtx-tortec-expeditionrack-adapter: remove now-unneeded crop This was what did the cropping before, but it doesn't work when the shear makes it higher (ie, at the front). We have replaced it with a cube outside the shear. Signed-off-by: Ian Jackson --- topeak-mtx-tortec-expeditionrack-adapter.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 132b0cc..b42f26e 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -253,8 +253,6 @@ module FamGraspElevation(){ translate([ -$foreaftmaint_rail_z + dx, y ]) circle(r= grasp_large_r); } - translate([0, adapt_main_top_y]) - rectfromto([-500, 0], [500, 500]); } } -- 2.30.2