All Projects → inconvergent → axidraw-xy

inconvergent / axidraw-xy

Licence: MIT license
WARNING: THIS IS OUTDATED AND UNMAINTAINED.

Programming Languages

python
139335 projects - #7 most used programming language

Axidraw XY

Runs the EMSL Axidraw via the cncserver API

http://axidraw.com/

https://github.com/techninja/cncserver

Requires

  • python 3
  • numpy
  • scipy

Example

Sample data can be found in data/. So you can try running

./draw_tris.py --fn ./data/triangles.2obj

To plot some triangles from the simple vector format that I use for my algorithms. Or similarly

./draw_lines.py --fn ./data/line.2obj

I've named the vector format .2obj, and it is more or less a 2d version of the .obj format. Note that this code is mostly written to run with these vector files, but you should be able to use this for whatever purpose you have in mind. For a simple example see ./draw_test.py.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].