List: discuss@lists.openscad.org
From: Bruno Boettcher
writing text on the side of a cone....
Fri, May 22, 2020 7:17 PM
h=10);
if(len(label[index]) < PI*5.5)
writecylinder(label[index],[0,0,0],radius=40,height=105,rotate=0,east=180,face="top",h=10);
}
color("black")translate([0,0,-0.1])cylinder(d1=d+40, d2=d-2*w,h =
20.2);
}
}
now before i consume even more time on this than planned, maybe there's
allready some easy solution to this?