Making Text in OpenSCAD
OpenSCAD is a great tool for making 3D objects, but it's missing any way to quickly/easily create text.
I came up with a quick workaround:
I came up with a quick workaround:
- Use TinkerCad (https://tinkercad.com/) to create the text you need
- From the Tinkercad menus, select Design | Download for 3D printing to download an STL file of your text
- Use the STL to OpenSCAD Converter here to generate an OpenSCAD polyhedron from the downloaded STL
- Open or import the generated FromSTL.SCAD file with OpenSCAD
- Carry on with your work!