From: Ian Jackson Date: Mon, 24 Jul 2023 15:33:53 +0000 (+0100) Subject: topeak-mtx-tortec-expeditionrack-adapter: remove now-unneeded crop X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6da5b1886fe250a33fd8bfeacba977d6deeff2c9;p=reprap-play.git 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 --- 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]); } }