chiark / gitweb /
sewing-table: Add InterlockEdge to Tile12 by Tile02
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:11:27 +0000 (15:11 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 2 Jan 2017 15:11:27 +0000 (15:11 +0000)
sewing-table.scad.m4

index 040ea321a645e796104327c159e1c739c6624bb8..f3ba646c9b9f9b16a0fb01a47b2e92aa6c5e9418 100644 (file)
@@ -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]);