I have a design which consists of just arc paths, and I want to laser engrave that onto a surface.
I made a processing sketch to generate the pattern using PDF Export library. The PDF looked just how I wanted. But then realized that the software for this laser (RDWorks) can’t import PDF files. It can import DXF though, so I was hoping for a way to export 2D DXF with arcs from Processing.
However from what I read in documentation, it sounds like DXF export functionality is only for 3D tessellated geometry though and nothing else is supported. Is that accurate?
Any other recommendations of other ways to script generate lines and arcs to be laser engraved?