Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.26 KB

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:

00 01 02

Install

  • Make sure you have pip installed, if not do:
sudo easy_install pip3
  • Clone this repo:
git clone git@github.com: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