From 9ffd4381b8d5ce1b473fd5e6078d654c609d6111 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 May 2017 01:58:53 +0100 Subject: [PATCH] sewing-table: TEST commitid: rotate so counter is in edgy bit --- 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 c582e50..80d86c8 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -176,7 +176,8 @@ 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]) ) + translate( concat(botleft + [crossoff, 0] + cidsz, [0]) ) + rotate([0,0,180]) Commitid_BestCount(cidsz); difference(){ mirror([0,0,1]) { -- 2.30.2