chiark / gitweb /
flyscreen-handle: introduce top_w (nfc)
[reprap-play.git] / flyscreen-handle.scad
index 9d3a544a3020a816781c66d7b4ad02d68a52365a..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;
@@ -85,7 +86,7 @@ module InsertSection(){
               topprotr_y - topprotr_rad])
       circle(r=topprotr_rad, $fn=10);
   }
-  translate([0, -ins_orad]) square([ins_irad+1, ins_th]);
+  translate([0, -ins_orad]) square([ins_irad, ins_th]);
   intersection(){
     translate([0, -ins_irad])
       mirror([1,1])
@@ -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);