chiark / gitweb /
flyscreen-handle: adjustments for strength
[reprap-play.git] / flyscreen-handle.scad
index 98cd74a191e586c832d93c51e0493a323b329276..35fd7ef1a9334e5f85f50a1d6b2c9ec4ef40f818 100644 (file)
@@ -21,10 +21,11 @@ hgap_empir_adjust = -0.5 -2.50;
 
 topprotr_rad = 0.35;
 
-bot_overlap = 4;
-bot_w = 3;
+bot_overlap = 5;
+top_w = 3;
+bot_w = 5;
 
-handle_w = 10;
+handle_w = 8;
 handle_rh = 3;
 handle_rcut = 3;
 
@@ -109,7 +110,7 @@ module HandleSection(){
       }
     }
     hull(){
-      for (x= [handle_x0 + bot_w + handle_rcut/2,
+      for (x= [handle_x0 + top_w + handle_rcut/2,
               handle_x1 - handle_rh/2 - handle_rcut/2]) {
        translate([x, handle_y1])
          circle(r = handle_rcut/2, $fn=20);