chiark / gitweb /
filamentspool axle bugfix pin does not fit
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 21:16:07 +0000 (22:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 21:16:07 +0000 (22:16 +0100)
filamentspool.scad

index 3d5344c72e1ded0ff2409e6cdbd9770d6978e46c..8dd6b791524cf605e0bf8d213109fdbfed132f0f 100644 (file)
@@ -300,7 +300,7 @@ if(0)
        }
        rotate([90,0,0])
        translate([axleclearlen + axlepinrad/2, 0, -25])
-         cylinder(r=axlepinrad, h=50);
+         cylinder(r = axlepinrad + slop, h=50);
       }
     }
     translate([-50,-50,0]) cube([100,100,100]);