From 8443a2d39238b9d910071338cd710629a1b81d35 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Aug 2016 14:51:31 +0100 Subject: [PATCH] flyscreen-handle: from v3: Prep for multiple holes in bottom for strap (nfc) --- flyscreen-handle.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 25973ef..4c29fea 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -143,8 +143,10 @@ module StrapSectTop(){ module StrapSectBot(){ mirror([0,1]){ - translate(P9b + [ ourcirc_r - (strap_below + strap_th), -10 ]) { - square([strap_th, 20]); + for (dx = [ -(strap_below + strap_th) ]) { + translate(P9b + [ ourcirc_r + dx, -10 ]) { + square([strap_th, 20]); + } } } } -- 2.30.2