chiark / gitweb /
knifeblock: Smoother holes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Jan 2015 17:06:36 +0000 (17:06 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Jan 2015 17:06:36 +0000 (17:06 +0000)
knifeblock.scad

index f044fc6c013393995dabc2e5ca174fe771555ece..89568dfe5d2e82690a2b3858868d8aa39088cdeb 100644 (file)
@@ -219,7 +219,7 @@ module HoleRow(){
   echo("Holes Y count ", imax);
   for (i=[0:imax]) {
     translate([0, (i+0.5)*holepitch, -20])
-      cylinder(r=holesize/2, h=40, $fn=20);
+      cylinder(r=holesize/2, h=40, $fn=40);
   }
 }