X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=hole-repair-20191117.scad;h=0138c6741254a7e400bd6e1e57ba4b3666385d0e;hb=2132efba59634024b51ec9c19eb40a490081cfc9;hp=e2d7c7393c1905ef2d339a65cc91d933ed503b1c;hpb=bf2116e4601ca377d5d009eedf3a06216ee7cbd0;p=reprap-play.git diff --git a/hole-repair-20191117.scad b/hole-repair-20191117.scad index e2d7c73..0138c67 100644 --- a/hole-repair-20191117.scad +++ b/hole-repair-20191117.scad @@ -5,9 +5,9 @@ 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; @@ -15,10 +15,10 @@ $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(){