From: Ian Jackson Date: Thu, 1 Jan 2015 17:06:36 +0000 (+0000) Subject: knifeblock: Smoother holes X-Git-Tag: filamentspool-v2-release~241 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=842bcd9806c82030432cddc064b7dc5929ff81fc knifeblock: Smoother holes --- diff --git a/knifeblock.scad b/knifeblock.scad index f044fc6..89568df 100644 --- a/knifeblock.scad +++ b/knifeblock.scad @@ -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); } }