Thanks for downloading!
We'd love to hear from you if the print was successful.
If your browser doesn't download the zip automatically then please click here.
OpenSCAD Arc
a useful OpenSCAD library to draw an arc of any degrees, radius and size, 2D or 3D.
Other
GPLv3
A free software license that requires that all work based on this must also be free software as in freely remixable and sharable by anyone under the same license but may be used commercially.
Description
To use add:
use <arc.scad>
to your OpenSCAD project, then
2D_arc(w=thickness_of_arc, r=radius_of_arc, deg=degrees_of_arc_angle, fn=resolution);
3D_arc(w=thickness_of_arc, r=radius_of_arc, deg=degrees_of_arc_angle, fn=resolution, h=height_of_arc);
you may need to edit the file slightly for small radii and large arc angles (>340 degress)
Materials and methods
Just add it to your OpenSCAD project!
Documents
Issues
Issues are used to track todos, bugs or requests. To get started, you could create an issue.