chiark / gitweb /
sewing-table: InterlockEdge: remove a spurious z value
[reprap-play.git] / sewing-table.scad.m4
index 040ea321a645e796104327c159e1c739c6624bb8..856035894f66a8a4878ad097b2880f87026fb19e 100644 (file)
@@ -158,7 +158,7 @@ module InterlockEdgePlan(negative, nlobes, length) {
   }
 
   slotshorter = negative ? 0 : interlock_fine_lenslop;
-  mirror([0, negative, 1])
+  mirror([0, negative])
     translate([slotshorter, iadj])
     square([length - slotshorter*2, interlock_fine + iadj*2]);
 }
@@ -251,6 +251,7 @@ module Tile12(){ ////toplevel
   posts = Rectangle_corners2posts(c);
   difference(){
     TileBase(c[0], c[2]);
+    InterlockEdge(c[0], c[1], 1);
   }
   Posts(posts);
   RoundEdge(c[2], c[3]);