chiark / gitweb /
sewing-table: Introduce InterlockEdge
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 14:40:31 +0000 (14:40 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 14:40:31 +0000 (14:40 +0000)
sewing-table.scad.m4

index dd3f0f1c25afbe190e30e1220049400435f92c4e..38638ac0f5f15bd0b2786a9f6d9601e396c19abb 100644 (file)
@@ -157,6 +157,16 @@ module InterlockLobe(this_cnr, right_cnr, negative=0) {
     InterlockLobeCore(negative);
 }
 
+module InterlockEdge(left_cnr, right_cnr, negative=0, nlobes=2) {
+  INREFFRAME(left_cnr, right_cnr) {
+    for (lobei = [ 0 : nlobes-1 ]) {
+      lobex = (length - thehd[0]*2) * lobei / (nlobes-1);
+      translate([lobex, 0, 0])
+       InterlockLobeCore(negative);
+    }
+  }
+}
+
 function TestPiece_holes2corners(holes) =
   [ holes[0] + thehd_bl,
     holes[1] + thehd_br,
@@ -221,6 +231,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);
 }
 
 module Tile12(){ ////toplevel