X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=hole-repair-20191117.scad;h=0138c6741254a7e400bd6e1e57ba4b3666385d0e;hb=3c1da07f2c510b741d2a83025220c7c1b70aab44;hp=25a8c0707bcaec15150b6afa91b2597464436714;hpb=2a755ce14e55551e5cbf1892c300b96e8c3ebe73;p=reprap-play.git diff --git a/hole-repair-20191117.scad b/hole-repair-20191117.scad index 25a8c07..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(){