chiark / gitweb /
filamentspool slic3r config reduce skirt
[reprap-play.git] / filamentspool.scad
index b514351879a87947376794fa2f432953d0f03ed6..f13ba430e0be311a7946d841edcda11af0f59483 100644 (file)
@@ -32,13 +32,13 @@ overclipdepth=15;
 overcliproundr=2.0;
 overclipthick=0.5;
 
 overcliproundr=2.0;
 overclipthick=0.5;
 
+overclipsmaller=-2.5;
+overclipbigger=0.0;
+
 wingspoke=3;
 wingsize=6;
 wingthick=3;
 
 wingspoke=3;
 wingsize=6;
 wingthick=3;
 
-overclipsmaller=-1.0;
-overclipbigger=2.0;
-
 armendwallthick=2.5;
 armendbasethick=1.2;
 
 armendwallthick=2.5;
 armendbasethick=1.2;
 
@@ -77,7 +77,7 @@ module ArmEnd(length=120){
                        [       0,      0,      1,      0       ],
                        [       0,      0,      0,      1       ]])
        cube([ratchettooth - ratchettoothsmoothr*2,
                        [       0,      0,      1,      0       ],
                        [       0,      0,      0,      1       ]])
        cube([ratchettooth - ratchettoothsmoothr*2,
-             channelwidth, ratchettoothheight]);
+             channelwidth, ratchettoothheight - ratchettoothsmoothr]);
     }
   }
 }
     }
   }
 }
@@ -169,7 +169,7 @@ module CupSecuringClip(){
        cube([wingswidth, wingsize, wingthick]);
     }
     translate([0,0,-0.1])
        cube([wingswidth, wingsize, wingthick]);
     }
     translate([0,0,-0.1])
-      CupSecuringClipSolidSmooth(xrad=0, xdepth=5);
+      CupSecuringClipSolidSmooth(xrad=0, xdepth=0.2);
   }
 }
 
   }
 }