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

index 856035894f66a8a4878ad097b2880f87026fb19e..91d6629f40e0b4b87c727a2b11034f987f0bca97 100644 (file)
@@ -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]);