From cba199b9ca1730d4a2c2c06a93055fc40f3505c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Jun 2017 11:13:09 +0100 Subject: [PATCH] sewing-table: PostTestPiece: markers --- sewing-table.scad.m4 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 8dbadcf..844971f 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -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]); + } } } } -- 2.30.2