chiark / gitweb /
flyscreen-handle: introduce top_w (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 20:02:09 +0000 (21:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 20:02:09 +0000 (21:02 +0100)
flyscreen-handle.scad

index 98cd74a191e586c832d93c51e0493a323b329276..d6242a958ecbacc3a4f4cbb046e961c3ef214ce6 100644 (file)
@@ -23,6 +23,7 @@ topprotr_rad = 0.35;
 
 bot_overlap = 4;
 bot_w = 3;
+top_w = 3;
 
 handle_w = 10;
 handle_rh = 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);