chiark / gitweb /
sewing-table: InterlockEdge: remove a spurious z value
[reprap-play.git] / sewing-table.scad.m4
index 813e1a24f2175282163e7a3b2620aa2952ed318a..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]);
 }
@@ -241,7 +241,7 @@ module Tile02(){ ////toplevel
   RoundEdge(c[0], c[1]);
   RoundEdge(c[3], c[0]);
   RoundLeftCorner(c[0], c[1]);
-  InterlockEdge(c[2], c[3], 0, 2);
+  InterlockEdge(c[2], c[3], 0);
 }
 
 module Tile12(){ ////toplevel
@@ -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]);