From 060734e9e54e6b18ea2d9eb118af003549fb7b66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 19:23:33 +0100 Subject: [PATCH] flyscreen-handle: from v6, nicer handle --- flyscreen-handle.scad | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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(); -- 2.30.2