saxi icon indicating copy to clipboard operation
saxi copied to clipboard

Streaming

Open CarstenHoyer opened this issue 2 years ago • 2 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

CarstenHoyer avatar Jul 11 '22 07:07 CarstenHoyer

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 avatar Jul 17 '23 21:07 jvolker

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

jvolker avatar Jul 17 '23 21:07 jvolker