chiark / gitweb /
sewing-table: PostTestPiece: markers
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Jun 2017 10:13:09 +0000 (11:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Jun 2017 10:13:09 +0000 (11:13 +0100)
sewing-table.scad.m4

index 8dbadcf2b304dbeec67f5289938db0f97a846c87..844971f5402bf4d1e6fb8b0383843beaacd6a655 100644 (file)
@@ -501,8 +501,13 @@ module PostTestPiece(){ ////toplevel
        translate(stride * [ (nrows-1) - (i % nrows),
                             floor(i / nrows),
                             0
-                            ])
+                            ]) {
          Posts([[0,0]]);
+         color("blue")
+           mirror([0,0,1])
+           translate([post_dia/2, -post_dia/2, 1])
+           cube([1, post_dia * (i / nholes), tile_th]);
+       }
       }
     }
   }