List: discuss@lists.openscad.org
From: Troberg
Re: [OpenSCAD] bend text
Wed, Jul 11, 2018 8:14 AM
I turned it into a more generic module for this (works best with fixed width
fonts):
module
circletext(mytext,textsize=20,myfont="Arial",radius=100,thickness=1,degrees=360,top=true){
chars=len(mytext)+1;
for (i = [1:chars]) {
rotate([0,0,(top?1:-1)*(degrees/2-i*(degrees/chars))])
translate([0,(top?1:-1)*radius-(top?