chiark / gitweb /
topeak-mtx-tortec-expeditionrack-adapter: remove now-unneeded crop
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 24 Jul 2023 15:33:53 +0000 (16:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 24 Jul 2023 15:34:24 +0000 (16:34 +0100)
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 <ijackson@chiark.greenend.org.uk>
topeak-mtx-tortec-expeditionrack-adapter.scad

index 132b0cc3f58610f73c8b368bee030dd0236f8cd4..b42f26edd1997ccdd137fe8c6cd1c1bb5c9fa67c 100644 (file)
@@ -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]);
   }
 }