AxiSurface

Python module to make 100% vector line compositions and export them as SVG or G-Code files

BSD-3-CLAUSE License

Stars
19

AxiSurface

Python module to make 100% vector line compositions and export them as SVG or G-Code files. Made and tested for AxiDrawer plotter and SnapMaker CNC

Special thanks to:

Install

  • Make sure you have pip installed, if not do:
sudo easy_install pip3
  • Clone this repo:
git clone [email protected]:patriciogonzalezvivo/AxiSurface.git
cd AxiSurface
  • Run the install script directly with make install or manually do:
pip3 install -r requirements.txt
python3 setup.py install

Or use the Makefile by:

sudo make install