VisiCut
VisiCut copied to clipboard
SVG Exporter
Some students are writing a liblasercut SVGExporter "device driver". It will allow to export the current elements (after vector optimization) into an SVG file. A file save dialog will pop up if the user hits "execute"
Some tricky issues might be:
- layers for multiple input files and mappings
You could reuse code from the dummy driver, which has a SVG export and playback functionality: https://github.com/t-oster/LibLaserCut/blob/develop/src/com/t_oster/liblasercut/drivers/Dummy.java