Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selimchraibi/slicingstlfiles
STL slicing for 3D printing. [2016]
https://github.com/selimchraibi/slicingstlfiles
Last synced: 13 days ago
JSON representation
STL slicing for 3D printing. [2016]
- Host: GitHub
- URL: https://github.com/selimchraibi/slicingstlfiles
- Owner: SelimChraibi
- Created: 2017-12-03T13:56:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T13:58:15.000Z (almost 7 years ago)
- Last Synced: 2023-10-05T06:49:46.575Z (about 1 year ago)
- Language: Python
- Size: 6.67 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STL slicing for 3D printing
*First year python project at Ensimag - Grenoble INP - 2016*
![results](./slices/results.png)
## Usage
```sh
usage: slicing.py [-h] [-s SLICES] fileSlicing 3D STL files. The slices are saved in the "tranches" directory
positional arguments:
file Name of the stl file. Must be in the same directory as
the python programm.optional arguments:
-h, --help show this help message and exit
-s SLICES, --slices SLICES
Number of slices (equals 4 by default)
```### Use examples
```sh
./slicing.py knot.stl
./slicing.py -s 20 knot.stl
./slicing.py knot.stl -s 20
./slicing.py --slices 20 Tux_printable.stl
./slicing.py -h
```