Python module to make 100% vector line compositions and export them as SVG, PNGs, Blender Paths or G-Code files. Made and tested for AxiDrawer plotter and SnapMaker CNC
Special thanks to:
-
Michael Fogleman: for Axi witch mostly of the
Path.pyclass and minimization of pen-up travel time by reordering & reversing paths is based on -
Paul Butler for Surface Projection tutorial witch
Pattern.pyis based on -
Mat Handy: for SVGPathTools witch
Arc.pyandCubicBezieris based on -
Evil Mad Scientist for the great Axidrawer
Create a new conda environment and install Surface:
git clone git@github.com:patriciogonzalezvivo/Surface.git
cd Surface
conda env create -f environment.yml
conda activate Surface
pip install -e .


