Something like this?
from openscad import * fa=2 fs=0.1 r=10 cylinder(5, r, center=True).show() (text("Round and round we go!") .linear_extrude(0.5) .rotx(90) .wrap(r) .color("gray") .show())I also noticed hanging at 500/1000 when I did something else. Perhaps going negative on one axis or the other?
--
You received this message because you are subscribed to the Google Groups "PythonSCAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonscad+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pythonscad/2473db7f-9262-463c-9eac-449550941940n%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.