This python script slices 3D models from STL files to produce gcode with infill and supports.
This algorithm was written by Aaron Schaer and Michelle Ross, with help from Steven Hernandez, for Digital Fabrication.
Our script takes exactly three inputs:
Our script runs best on Python 2.7.
Example usage:
python slicing.py cube.stl 0.08 0.2
We used git's version control to develop our algorithm. For our actual repository, please visit https://github.com/Nehri/slicing_algorithm