Hello! Just discovered this wonderful tool and am excited to use it for a laser cut box project. My "box" is not a standard shape and has many sides (see image). I generated this SVG file by writing Javascript code and the makerjs npm module. I was wondering if you have any tips for how I can automate the job of matching up my joints by programmatically specifying them. Is there any special syntax or naming convention that I could use when generating the SVG in order to specify which pieces join to which pieces? I took a look at the JSON of a .joinery file and it does seem possible.
Thanks!

Hello! Just discovered this wonderful tool and am excited to use it for a laser cut box project. My "box" is not a standard shape and has many sides (see image). I generated this SVG file by writing Javascript code and the makerjs npm module. I was wondering if you have any tips for how I can automate the job of matching up my joints by programmatically specifying them. Is there any special syntax or naming convention that I could use when generating the SVG in order to specify which pieces join to which pieces? I took a look at the JSON of a
.joineryfile and it does seem possible.Thanks!