chiark / gitweb /
flyscreen-handle: from v3: Prep for multiple holes in bottom for strap (nfc)
[reprap-play.git] / flyscreen-handle.scad
index 594ef48f481f83f64f33a91e08ada3266961945a..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]);
+      }
     }
   }
 }
@@ -236,4 +238,4 @@ module KitAdj(){ ////toplevel
 //LeverTop();
 //Test();
 //Kit();
-KitAdj();
+//KitAdj();