3d Printed 3D part design with Inkscape and OpenSCAD #84: Bending an SVG file. Making a custom object with Inkscape to use with the "bend" OpenSCAD code from my last post works great, here is the modified code: /*[Bend SVG]*/ Path_to_SVG_File="/home/none3/Desktop/drawing.svg"; bend=103.5;//[-360:.01:360] tilt_angle=0;//[0:.01:
3D Printing 3D part design with OpenSCAD #83: Bending text part 2. Some improvements to the bend text module for OpenSCAD from the last post.
3d Printed 3D part design with OpenSCAD #82: bending text around a cylinder. And example of how to bend text around a cylinder in OpenSCAD.