From: Ian Jackson Date: Thu, 25 May 2017 00:56:15 +0000 (+0100) Subject: sewing-table: fix commitid overlap bug X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f8df25879ba1fb19b838f63701cd25a0162840f3;p=reprap-play.git sewing-table: fix commitid overlap bug --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 7942528..201b28c 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -174,8 +174,9 @@ module TileBase(botleft, topright){ + [0, thehd[1]]); } if (TEST) { - translate( concat(botleft + [thehd[0], 0], [0]) ) - Commitid_BestCount([ size[0] - thehd[0]*2, thehd[1] ]); + crossoff = tile_hard_edge_hole_dist + POST_TCROSSSZ/2; + translate( concat(botleft + [crossoff, 0], [0]) ) + Commitid_BestCount([ size[0] - 2*crossoff, thehd[1] ]); difference(){ mirror([0,0,1]) { translate(concat(botleft + [test_edge,test_edge], [test_tile_th]))