X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=hole-repair-20191117.scad;h=0138c6741254a7e400bd6e1e57ba4b3666385d0e;hb=eb06f06509cc2403d8592cd147d89d9a1b8bb97f;hp=92c8739f6c882bf89950789f660983512265fd7c;hpb=f133ec1f6a4f75456cac4c14ac1ae7333518a929;p=reprap-play.git diff --git a/hole-repair-20191117.scad b/hole-repair-20191117.scad index 92c8739..0138c67 100644 --- a/hole-repair-20191117.scad +++ b/hole-repair-20191117.scad @@ -5,20 +5,20 @@ post_height = 20; th = 4; -nom_hole = 22; +nom_hole = 25; min_r = 15 + nom_hole/2; -maj_r = 30 + nom_hole/2; +maj_r = 15 + nom_hole/2; postwall_th = 2; -//$fa=1; -//$fs=1; +$fa=1; +$fs=1; module Profile(r) { - polygon([ [0, 0], - [maj_r, 0], - [maj_r-th, th], - [0, th] ]); + polygon([ [0, 0], + [r, 0], + [r-th, th], + [0, th] ]); } module Body(){ @@ -40,8 +40,10 @@ module Post(){ } module Cover(){ - + rotate([0,180,0]) Body(); + Post(); } //Body(); -Post(); +//Post(); +Cover();