From: Ian Jackson Date: Fri, 26 Aug 2016 18:23:33 +0000 (+0100) Subject: flyscreen-handle: from v6, nicer handle X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=060734e9e54e6b18ea2d9eb118af003549fb7b66;p=reprap-play.git flyscreen-handle: from v6, nicer handle --- diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 51e7ecb..cf8ea85 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -24,7 +24,7 @@ topprotr_rad = 0.35; bot_overlap = 5; bot_w = 3; -handle_w = 8; +handle_w = 9; handle_rh = 3; handle_rcut = 3; @@ -103,6 +103,9 @@ module HandleSection(){ translate([handle_x1 - handle_rh/2, y]) circle(r = handle_rh/2, $fn=20); } + translate([ handle_x1 - handle_rh*2, + handle_y1 - handle_rh/2 ]) + circle(r = handle_rh/2, $fn=20); } module RetainSection(){ @@ -178,17 +181,17 @@ module Demo(){ module Test(){ linear_extrude(height=2) { WithRetainSection(); -// translate([0, -handle_y0 + topprotr_y + 10]) -// BasicSection(); + translate([0, -handle_y0 + topprotr_y + 10]) + BasicSection(); } } //Demo(); -//HandleSection(); +HandleSection(); //InsertSection(); //WithRetainSection(); //BasicSection(); //GappingSection(); -Test(); +//Test(); //Demo(); //Handle();