chiark / gitweb /
th-1607984: download
[dl-things.git] / th-8317 / FilamentSpool.scad
index e9d82da37cf5377e606de5e8758a4a88494a4ca7..73a51c3b52909fe376b59879526c54d7adc9fc0b 100644 (file)
@@ -40,7 +40,7 @@ module Hub(holeRadius =       5.5, ringThickness =    4){
                                translate(push((30+holeRadius)/2)+lift(10))
                                        roundRect (size=[7.5,30-holeRadius-2*ringThickness,10], round=2, center=true);
                                translate(push(40)+lift(5)) rotate(tighten())
-                                       dovetail(height=10.1);
+                                       dovetail(height=10.1, male=false);
 }      }       }
 
 //-------------------------------------------------
@@ -67,8 +67,8 @@ module ArmEnd(length=60){
                }
                difference(){
                        rotate(tighten())       slot([8,length-10,10.05], centerXYZ=[1,1,1]);
-                       translate([0, 4,0]) cube([3,2,11],center=true);
-                       translate([0,-4,0]) cube([3,2,11],center=true);
+                       translate([0, 4,0]) cube([3,2.8,11],center=true);
+                       translate([0,-4,0]) cube([3,2.8,11],center=true);
                }
 }      }