nornagon / saxi

Tools & library for driving the AxiDraw pen plotter
GNU Affero General Public License v3.0
466 stars 54 forks source link

Streaming #116

Open CarstenHoyer opened 2 years ago

CarstenHoyer commented 2 years ago

Question not a bug. Is it possible to stream paths to the plotter? Instead of giving the plotter a final SVG, I would like to give it some paths, let it finish, then send some more paths. But looking at the code, it looks like, it is not meant to be used that way

Thanks

jvolker commented 1 year ago

I implemented this a few years ago for a larger plotter (not Axidraw). Hope it's helpful.

https://github.com/technologiestiftung/Realtime-Pen-Plotter

jvolker commented 1 year ago

Haven't tried it, but this seems to allow a real-time workflow with Axidraw: https://github.com/evil-mad/AxiDraw-Processing