From 50e5e565dff5228a703ab78c234022ab7186fcd1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 Dec 2016 17:01:27 +0000 Subject: [PATCH] sewing-table: finish commitid --- 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 164350e..0d1e813 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -60,9 +60,10 @@ module TileBase(botleft_post, topright_post){ translate([botleft[0], botleft[1], 0]) cube([size[0], size[1], tile_th]); translate( [ botleft_post[0], botleft_post[1], -tile_th ] - + 0.5 * [ post_dia, -post_dia, 0 ] ) + + 0.5 * [ post_dia, post_dia, 0 ] ) Commitid_BestCount_M( topright_post-botleft_post - + [-post_dia,+post_dia] ); + + [0, thehd[0] ] + + [-post_dia,-post_dia] ); } } -- 2.30.2