From efe66e97688a445eb96db3c0f3f4d805ab644113 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 26 Aug 2016 00:46:06 +0100 Subject: [PATCH] flyscreen-handle: wip, HandleSection --- flyscreen-handle.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index cd11a64..3a7e7f9 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -45,8 +45,9 @@ module HandleSection(){ hull(){ translate([handle_x0, handle_y0]) square([bot_w, handle_h]); - for (dy= [handle_rh/2, handle_h - handle_rh/2]) { - translate([handle_x1 - handle_rh/2, handle_y0 + dy]) + for (y= [handle_y1 - handle_rh/2, + handle_y1 - ins_th + handle_rh/2]) { + translate([handle_x1 - handle_rh/2, y]) circle(r= handle_rh/2, $fn=20); } } -- 2.30.2