From 842bcd9806c82030432cddc064b7dc5929ff81fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Jan 2015 17:06:36 +0000 Subject: [PATCH] knifeblock: Smoother holes --- knifeblock.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.30.2