From 79b327b88cb9bd1ab678fdb348ce39bd7b615a04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:58:39 +0100 Subject: [PATCH] sewing-table: TEST commitid: break out cidsz (nfc) --- sewing-table.scad.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 201b28c..c582e50 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -175,8 +175,9 @@ module TileBase(botleft, topright){ } if (TEST) { crossoff = tile_hard_edge_hole_dist + POST_TCROSSSZ/2; + cidsz = [ size[0] - 2*crossoff, thehd[1] ]; translate( concat(botleft + [crossoff, 0], [0]) ) - Commitid_BestCount([ size[0] - 2*crossoff, thehd[1] ]); + Commitid_BestCount(cidsz); difference(){ mirror([0,0,1]) { translate(concat(botleft + [test_edge,test_edge], [test_tile_th])) -- 2.30.2