From f133ec1f6a4f75456cac4c14ac1ae7333518a929 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Nov 2019 22:09:45 +0000 Subject: [PATCH] hole-repair-20191117: post joins properly Signed-off-by: Ian Jackson --- hole-repair-20191117.scad | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hole-repair-20191117.scad b/hole-repair-20191117.scad index 1c596cf..92c8739 100644 --- a/hole-repair-20191117.scad +++ b/hole-repair-20191117.scad @@ -32,11 +32,16 @@ module Body(){ module Post(){ difference(){ - cylinder(r= post_dia/2, h= post_height); translate([0,0,-1]) - cylinder(r= post_dia/2 - postwall_th, h= post_height+2); + cylinder(r= post_dia/2, h= post_height+1); + translate([0,0,-2]) + cylinder(r= post_dia/2 - postwall_th, h= post_height+3); } } +module Cover(){ + +} + //Body(); Post(); -- 2.30.2