From: Ian Jackson Date: Thu, 25 Aug 2016 23:46:06 +0000 (+0100) Subject: flyscreen-handle: wip, HandleSection X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=efe66e97688a445eb96db3c0f3f4d805ab644113 flyscreen-handle: wip, HandleSection --- 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); } }