Description
I've loaded up the file hybridV1x20_1100x650Sheet.dxf using ezdxf python library and plotted the 11801 LINE and SPLINE elements in order with colours going from blue to red (top left to bottom right).
It seems to be in a reasonable cutting order in the actual file, so if things are all higgledy piggledy where the laser is travelling one end to the other just to make a single spark, that's happening in the Lasercut software (or I've not got the most recent file).
So if things are in an odd, it's either because the software is mixing everything up during either the [Unite Lines] function, or it's the reordering as applied to the colour settings.
Experiments to do:
- Load file and do a dry run without doing Unite Lines
- Load file and do a dry run without reordering by colour
If case 2) is buggering it up (due to some low-memory swap sort) then we can save the three colours into three separate files and import them one at a time in the right order.
Oh, and could that messy "Hybrid v1 4 punch" writing not have loops in it (letters "bdp4") which cause little scratchy bits to stick out. Or could it be a light etch cut instead so it didn't go through.
Even more optimizing would be to change the speed it cuts out the slots depending on which part of the design we are on, so it didn't leave so many glitches to cut off. How long have we got?