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

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