Hello,
Is it possible to automatic attach groups or paths in SVG files to layers in lightburn when importing ?
Maybe with an attribute like <path layer=“C00” … />
Thank you
Hello,
Is it possible to automatic attach groups or paths in SVG files to layers in lightburn when importing ?
Maybe with an attribute like <path layer=“C00” … />
Thank you
With some searchs, finally found this : Support for SVG assigning to layers · LightBurn
So, I don’t think this function exists.
BUT, maybe an other solution :
The file format of lightburn is XML, so maybe is it possible to automatically create this file format from an SVG and then, edit to automatically parameter the layers ?
There’s nothing preventing you from generating LightBurn XML. There are a couple of Topics here that discuss the format.
This site generates LightBurn files:
Lightburn PowerScale Generator - O2 Creative
Boxes.py has a .lbrn file format option as well:
Boxes.py (festi.info)
Since boxes.py is open source you could examine the .lbrn generation code.
Thanks, I will check that
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.