chiark / gitweb /
flyscreen-handle: from v3: Prep for multiple holes in bottom for strap (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Aug 2016 13:51:31 +0000 (14:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Aug 2016 13:51:34 +0000 (14:51 +0100)
flyscreen-handle.scad

index 25973ef2e4db5074b51e7986f89a9d8e16a8b732..4c29fea250f4a52863a59f70ee26c8aefa711b78 100644 (file)
@@ -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]);
+      }
     }
   }
 }