From 5e23e69b331496b565a584995d768c331f0176ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 28 Jan 2016 00:23:59 +0000 Subject: [PATCH] lemon-stand.scad.pl: octagonal channels --- lemon-stand.scad.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lemon-stand.scad.pl b/lemon-stand.scad.pl index ebba9ee..e4b32ae 100755 --- a/lemon-stand.scad.pl +++ b/lemon-stand.scad.pl @@ -131,7 +131,8 @@ sub channels(){ print " rotate([0,0,$angle*360/",tau,"])\n"; print " rotate([0,90,0])\n"; print " translate([0,0, -2*$circle])\n"; - print " cylinder(r=$channel, h=4*$circle, \$fn=$M);\n"; + print " rotate([0,0,360/8/2])\n"; + print " cylinder(r=$channel, h=4*$circle, \$fn=8);\n"; } print "}\n"; } -- 2.30.2