List: discuss@lists.openscad.org
From: Frank van der Hulst
Re: [OpenSCAD] writing text on the side of a cone....
Fri, May 22, 2020 8:28 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