From 7262c10f420be6b77d3698995966ac4ce3dc0bae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 21:01:40 +0100 Subject: [PATCH] flyscreen-handle: do not make InsertSection get in way of HandleSection --- flyscreen-handle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.30.2