Hi David, there's a page about this on the wiki: https://github.com/euphy/polargraph/wiki/Vector-Optimizer see if that gives you any pushes in the right direction.
You don't need to have the queue running to be able to draw vectors, or do anything, so just make sure it's paused before you generate any commands - they won't go anywhere. Alternatively, don't connect your machine, and it won't matter if the queue is running or not.
When building your queue, remember you always need to have a "set home" as the first command in it. That command is pre-loaded automatically when you start the controller too, but if you clear your queue, just bear in mind to make sure you "set home" before you "draw vector".
You can save the queue txt file (export queue) wherever you like, doesn't matter. I always put it in the same folder that I have the polargraph-optimiser unzipped into, so it's easy to refer to when I'm running the optimiser. You don't need to copy the optimiser files anywhere. If python is properly installed, you should be able to open a command line in your optimiser folder, and python will be available from there, so you can run as specified in the wiki.
good luck!
sn
|