chiark / gitweb /
poster-tube-lid: adjust CoverTest1 a bit
[reprap-play.git] / poster-tube-lid.scad
index 5d237f24270d6df4d6c4b4c6ed56a1145a384d9c..a1de2c1200d38dd2624c7152599ffa1f085722f4 100644 (file)
@@ -173,7 +173,7 @@ module StrapHoopProfile(){
 }
 
 module StrapHoop(){ ////toplevel
-  bigrad = strap_hoop_inside + strap_hoop_thick/2;
+  bigrad = strap_hoop_inside/2 + strap_hoop_thick/2;
   extralen = strap_hoop_thick * 5;
 
   intersection(){
@@ -349,7 +349,7 @@ module CoverTest1(){ ////toplevel
       for (r= [ 40, 147 ]){
        rotate([0,0, r]){
          translate([0,0, -10]) {
-           cube([ main_dia*3, main_dia * .55, 18], center=true);
+           cube([ main_dia*3, main_dia * .53, 18], center=true);
          }
        }
       }