X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=filamentspool.scad;h=b2991ea56edea064c06a32bd9b0629f80de4c9af;hp=a719c92aba2ce9d76ce339b6b75545de2508351e;hb=f169bb60ee7f824cf914ccb654e13654aff51151;hpb=e26859a10a4c3fe75dc42006443684c6e38a12cf diff --git a/filamentspool.scad b/filamentspool.scad index a719c92..b2991ea 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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); } }