From: Ian Jackson Date: Fri, 26 Aug 2016 20:01:40 +0000 (+0100) Subject: flyscreen-handle: do not make InsertSection get in way of HandleSection X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7262c10f420be6b77d3698995966ac4ce3dc0bae;p=reprap-play.git flyscreen-handle: do not make InsertSection get in way of HandleSection --- diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 9d3a544..98cd74a 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -85,7 +85,7 @@ module InsertSection(){ topprotr_y - topprotr_rad]) circle(r=topprotr_rad, $fn=10); } - translate([0, -ins_orad]) square([ins_irad+1, ins_th]); + translate([0, -ins_orad]) square([ins_irad, ins_th]); intersection(){ translate([0, -ins_irad]) mirror([1,1])