From f8df25879ba1fb19b838f63701cd25a0162840f3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:56:15 +0100 Subject: [PATCH] sewing-table: fix commitid overlap bug --- sewing-table.scad.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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])) -- 2.30.2