Skip to main content



#OpenSCAD question:

if in wanted to emboss text around the outer rounded edge of a cylinder, how would I go about doing that? I don't know how to transform an object on a curve like that.

#3DPrinting

reshared this

in reply to Jonathan Lamothe

Could you use path_text() from #BOSL2? github.com/BelfrySCAD/BOSL2/wi….
in reply to Jonathan Lamothe

Something that would solve this problem would be if the language supported a transform that would take a function as an input (either a name or some kind of lambda) that would take a set of coordinates as an input and return a modified set of coordinates. It would then apply this transformation to each vertex of its children.

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.