chiark / gitweb /
Revert "poster-tube-lid: drop StrapHoop from Cover"
[reprap-play.git] / poster-tube-lid.scad
index c9f7f6cebb630e4308bc1664f2322b37855af8d7..a8daadca85c4c65d9c9e785422b313d55646d801 100644 (file)
@@ -11,7 +11,7 @@ main_cnr = 6.0;
 
 min_wall = 3;
 
-rivet_posn = 6.0 + 0.3;
+rivet_posn = 6.0 + 0.1;
 rivet_thick = 1.67;
 rivet_width = 4.15 + 1.0;
 rivet_tall = 5.51 + 1.49;
@@ -305,10 +305,10 @@ module Cover(){ ////toplevel
       }
     }
   }
-//  translate(strap_hoop_thick * [-0.5, 0, +1])
-//    translate([handling_dia/2, 0, -side_height])
-//    rotate([0,180,0]) rotate([0,0,90])
-//    StrapHoop();
+  translate(strap_hoop_thick * [-0.5, 0, +1])
+    translate([handling_dia/2, 0, -side_height])
+    rotate([0,180,0]) rotate([0,0,90])
+    StrapHoop();
 }
 
 module SavingHole(){
@@ -353,11 +353,11 @@ module CoverTest1(){ ////toplevel
          }
        }
       }
-//      translate([ 50, 0, 0 ])
-//     cube([ 100,
-//            strap_hoop_inside + strap_hoop_thick*2 + 1,
-//            100 ],
-//          center=true);
+      translate([ 50, 0, 0 ])
+       cube([ 100,
+              strap_hoop_inside + strap_hoop_thick*2 + 1,
+              100 ],
+            center=true);
     }
   }
 }