chiark / gitweb /
belt-slot-cut-jig: put ctie hole back (!)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 14 Jun 2013 09:51:27 +0000 (10:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 14 Jun 2013 09:51:27 +0000 (10:51 +0100)
belt-slot-cut-jig.scad

index bd3bb7fd47fdf0451e9fcebdfeb5f8a7f4cb94a3..09bec4a4256ee521d358f8cb1f7ffe0ad26e20b7 100644 (file)
@@ -140,7 +140,7 @@ module PunchHolder(cutouts=true){
              + holder_ctie_thick + holder_attach_roof + 1]);
       if (cutouts)
        translate([-30,
-                  holder_attach_walls,
+                  holder_all_min_y + holder_attach_walls,
                   holder_block_zsz + punch_travel])
          cube([60, holder_ctie_width, holder_ctie_thick]);
     }