Does anyone have any advice on vector sorting. I have been creating vectors with Illustrator's auto trace but when I send them to the axidraw the vectors are very inefficiently ordered for drawing. Any ideas how best to sort the vectors to cut down on drawing time? I've looked around and haven't found anything. My laser cutter has this built into the software. Is there some other program or inkscape extension that will do this for me?
Thanks.
Comments
I have generated a file from the weighted Voronoi stippler (http://www.saliences.com/projects/npr/stippling/index.html) and want to optimize it. If I select only a few points (like 200) it works. Sadly it does not work for more than that.
Also output svg of Eric Weeks’ quasi.c do not reorder.
I tried both 32 and 64 bit versions of Inkscape.
Strangley, the builtin Restack also does not work.
Any clues? For most of my work right now, the Axidraw is not very effective because I waste about 90% time with the machine going across the board.
I attach the two files in question for reference.
I had some success now with "quasi_crystal.svg" - I just selected half of the objects, reordered them with the Eggbot TSP script and it worked. So i ordered them in two batches and the results was as expected.
However with "ulrich_voronoi.svg" I still have the problem with the script not working.
It seems that the script does not like the amount of objects. Is there anything to do about it?
Is there a solution to split them to multiple paths or so?
Thanks, much appreciated!
Sawo
https://abload.de/img/error_tspqysnp.gif
Can you share some detail on your machine / OS you are on? Because, If it works for you, I might just use another PC/OS if necessary.
I am on x64 Win7 12GB RAM and Inkscape 0.91 latest
I now use Fedora 24 Design Suite x64 and everything works like a charm, the script does it's work and so the error was directly connected to Windows Python. Thanks for the hint Windell
Best