nornagon / saxi

Tools & library for driving the AxiDraw pen plotter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming

CarstenHoyer opened this issue · comments

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

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

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

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