chiark / gitweb /
flyscreen-handle: from v3: Prep for multiple holes in bottom for strap (nfc)
[reprap-play.git] / flyscreen-handle.scad
index 16b0dee6ee6a6fccb2ad80d82ba18d246151a827..4c29fea250f4a52863a59f70ee26c8aefa711b78 100644 (file)
@@ -11,7 +11,7 @@ inside_len = 4;
 pivoting_gap = 0.1;
 
 outside_gap = 3;
-outside_len = 16;
+outside_len = 13;
 outend_height = 3;
 
 outside_pushh = 4;
@@ -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]);
+      }
     }
   }
 }
@@ -234,6 +236,6 @@ module KitAdj(){ ////toplevel
 //LeverSectBot(true);
 //Demo();
 //LeverTop();
-Test();
+//Test();
 //Kit();
 //KitAdj();