chiark / gitweb /
flyscreen-handle: from v6, nicer handle
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 18:23:33 +0000 (19:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 26 Aug 2016 18:23:33 +0000 (19:23 +0100)
flyscreen-handle.scad

index 51e7ecbe2796ad530ee52fd5dc814360ebbd5da2..cf8ea85603339001bcea6b94947b064b37b06737 100644 (file)
@@ -24,7 +24,7 @@ topprotr_rad = 0.35;
 bot_overlap = 5;
 bot_w = 3;
 
-handle_w = 8;
+handle_w = 9;
 handle_rh = 3;
 handle_rcut = 3;
 
@@ -103,6 +103,9 @@ module HandleSection(){
       translate([handle_x1 - handle_rh/2, y])
        circle(r = handle_rh/2, $fn=20);
   }
+  translate([ handle_x1 - handle_rh*2,
+             handle_y1 - handle_rh/2 ])
+    circle(r = handle_rh/2, $fn=20);
 }
 
 module RetainSection(){
@@ -178,17 +181,17 @@ module Demo(){
 module Test(){
   linear_extrude(height=2) {
     WithRetainSection();
-//    translate([0, -handle_y0 + topprotr_y + 10])
-//      BasicSection();
+    translate([0, -handle_y0 + topprotr_y + 10])
+      BasicSection();
   }
 }
 
 //Demo();
-//HandleSection();
+HandleSection();
 //InsertSection();
 //WithRetainSection();
 //BasicSection();
 //GappingSection();
-Test();
+//Test();
 //Demo();
 //Handle();