Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewelse/pyslice
An (experimental) Python 3D Model slicing algorithm.
https://github.com/matthewelse/pyslice
Last synced: about 1 month ago
JSON representation
An (experimental) Python 3D Model slicing algorithm.
- Host: GitHub
- URL: https://github.com/matthewelse/pyslice
- Owner: matthewelse
- Created: 2013-08-20T23:15:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T21:07:28.000Z (over 2 years ago)
- Last Synced: 2023-08-02T14:56:17.441Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.78 MB
- Stars: 31
- Watchers: 9
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pySlice
==========A 3D model Slicing algorithm, written by Matthew Else in Python. Written, firstly because I need a nice algorithm in Python, and secondly because alternative solutions are all licensed under AGPL, and I need a solution for myself that can be used commercially without releasing source code for everything else.
The code currently only supports the following file formats:
* STLI plan to possibly support other formats such as OBJ, for example however at the moment STL is fine. It currently cannot generate G-Code, and all it will take is a for loop to generate all of the layers.
If you test pySlice successfully or unsuccessfully, let me know in the issues section of Github.
pySlice.py is licensed under the MIT license.