chiark / gitweb /
sewing-table: fix commitid overlap bug
[reprap-play.git] / sewing-table.scad.m4
index 794252883002726333e9da52a0eab833f23bb9e6..201b28c909558178096882ea347354e98f100a97 100644 (file)
@@ -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]))