chiark / gitweb /
treefoi: more
[reprap-play.git] / filamentspool.scad
index a719c92aba2ce9d76ce339b6b75545de2508351e..b2991ea56edea064c06a32bd9b0629f80de4c9af 100644 (file)
@@ -212,8 +212,8 @@ overclipcupnextgap=selsz(20,15,20);
 hubaxlelen = selsz(25, 62.5, 77.5);
 echo(hubaxlelen);
 
-overclipsmaller=-2.5;
-overclipbigger=-0.5;
+overclipsmaller=0.5;
+overclipbigger=2.5;
 
 wingspoke=2.5;
 wingsize=6;
@@ -461,8 +461,8 @@ module CupSecuringClipSolidSmooth(xrad=0, xdepth=0){
   minkowski(){
     CupSecuringClipSolid(w=totalwidth,
                         d=overclipdepth + xdepth,
-                        h1=hbase - overclipsmaller,
-                        h2=hbase + overclipbigger);
+                        h1=hbase + overclipbigger,
+                        h2=hbase - overclipsmaller);
     cylinder($fn=20, h=0.01, r=overcliproundr+xrad);
   }
 }