From: Ian Jackson Date: Fri, 26 Aug 2016 20:02:09 +0000 (+0100) Subject: flyscreen-handle: introduce top_w (nfc) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c94e7e20ee37adf24762f638895075fc1014adba;p=reprap-play.git flyscreen-handle: introduce top_w (nfc) --- 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);