From: Ian Jackson Date: Fri, 30 Dec 2016 16:59:58 +0000 (+0000) Subject: sewing-table: commitid wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=6a2a373e4d5737ae1dc1f9d53f929a0ef19ed3eb sewing-table: commitid wip --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 37c2be0..164350e 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -1,6 +1,7 @@ // -*- C -*- include +include ply_th = 18; ply_hole_dia = 15; @@ -54,9 +55,15 @@ module Posts(posts) { module TileBase(botleft_post, topright_post){ botleft = botleft_post - thehd; size = topright_post - botleft_post + thehd * 2; - mirror([0,0,1]) - translate([botleft[0], botleft[1], 0]) - cube([size[0], size[1], tile_th]); + difference(){ + mirror([0,0,1]) + 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 ] ) + Commitid_BestCount_M( topright_post-botleft_post + + [-post_dia,+post_dia] ); + } } m4_dnl INREFFRAME(left_post, right_post, morevars) { body; }