This is my first post here, so let me introduce myself. My name is Sybren, I’m a relatively new laser cutter enthousiast, and also professional software developer. Combining my job and my hobby led me to the creation of a Blender add-on to export designs to ready-to-cut SVG files: Flatterer.
For a new feature I’ll make Flatterer put a table of shapes in the SVG, like so:
Of course this table is just for a human to read, and it shouldn’t be imported by Lightburn for laser cutting. Is there any way that will keep the table visible in SVG viewers/editors, but ignored by Lightburn? It would be ok-ish if I could put it into a tool layer, but since the text will be SVG text and not shapes, Lightburn will show only the lines of the table. Having the entire table fully ignored by Lightburn would be ideal.
My question is not just about the text, though. It’s about tagging certain parts of the SVG document such that Lightburn ignores it. I’m thinking about something along those lines:
<g id="layer-annotations" lightburn="ignore">
... SVG elements in here, which should be ignored by Lightburn ...
</g>
In other words: I want to give my SVG exporter the possibility to export content that can be seen by humans but will not be sent to the laser cutter.
As a current solution, could you set these elements to one of the ‘Tool Layer’ colors, so they are visible yet won’t output to the laser? Tool Layers Documentation
I misspoke. An early version of the Tool Layers had color matching enabled, but has since been removed. It was causing some confusion for users who already assigned those colors in their art.
There is no current way to do this, but it’s feasible. Please visit our Suggestion site and post there, so this idea is captured. Others can then vote the priority up.