axi icon indicating copy to clipboard operation
axi copied to clipboard

Library for working with the AxiDraw v3 pen plotter.

Results 14 axi issues
Sort by recently updated
recently updated
newest added

I am running python 3.7.4 on windows 10 and I get a load entry point error, which I have no idea what it means. Installation was successful in a conda...

Is this a package that exists somewhere? I can't seem to find it in the normal places.

axi goto 10 10 Traceback (most recent call last): File "/usr/local/bin/axi", line 9, in load_entry_point('axi==0.1', 'console_scripts', 'axi')() File "/Users/jojiabraham/code/axi/axi/main.py", line 34, in main device.goto(x, y) File "/Users/jojiabraham/code/axi/axi/device.py", line 97, in...

I came to this axi package to find out how you do your stroke font generation. I've installed `axi` and have tested some of the example scripts. One script that...

Enhancement request to support multiple robots over USB

Had a few challenges getting everything to install and have passed most hurdles, first Shapely wouldn't install after running your suggested 'pip install -e .' . After manually downloading 'whl'...

This allows scaling without the translation that happens when (0, 0) is not included

We should reset the path in case the pen moved in the penup location so we don't have a line from the last penup location to the current pendown location...

Hi! I've fixed a couple things in my fork that you might like. I made the port finding use pyserial 3's `.pid`/`.vid`, and fall back to more robust string parsing...