chiark / gitweb /
sewing-table: Add InterlockEdge to Tile02 by Tile01
[reprap-play.git] / sewing-table.scad.m4
index f3ba646c9b9f9b16a0fb01a47b2e92aa6c5e9418..91d6629f40e0b4b87c727a2b11034f987f0bca97 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]);
 }
@@ -236,6 +236,7 @@ module Tile02(){ ////toplevel
   posts = Rectangle_corners2posts(c);
   difference(){
     TileBase(c[0], c[2]);
+    InterlockEdge(c[1], c[2], 1);
   }
   Posts(posts);
   RoundEdge(c[0], c[1]);