From c94e7e20ee37adf24762f638895075fc1014adba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 21:02:09 +0100 Subject: [PATCH] flyscreen-handle: introduce top_w (nfc) --- flyscreen-handle.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 98cd74a..d6242a9 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -23,6 +23,7 @@ topprotr_rad = 0.35; bot_overlap = 4; bot_w = 3; +top_w = 3; handle_w = 10; handle_rh = 3; @@ -109,7 +110,7 @@ module HandleSection(){ } } hull(){ - for (x= [handle_x0 + bot_w + handle_rcut/2, + for (x= [handle_x0 + top_w + handle_rcut/2, handle_x1 - handle_rh/2 - handle_rcut/2]) { translate([x, handle_y1]) circle(r = handle_rcut/2, $fn=20); -- 2.30.2