chiark / gitweb /
filamentspool: Adjust prop for square cup
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 21:44:21 +0000 (21:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 21:57:46 +0000 (21:57 +0000)
filamentspool.scad

index 0d3719a9f23fea223b1eaa76d2022f82dad5accc..c0bb1e2deb3d625425f128e8800ee09daaf6cdc0 100644 (file)
@@ -160,7 +160,7 @@ module FilamentCup() { ////toplevel
   translate([propshift, -1, 0]) {
     // something is wrong with the y calculation
     cube([prongwidth,
-         dy - sqrt(midrad*midrad - proptaken*proptaken) - prongwidth/2,
+         overclipdepth - prongwidth/2,
          prongthick]);
   }
   for (y = [overclipcupgap, overclipcupgap+overclipcupnextgap]) {