Skip to content

Commit b79e8ca

Browse files
committed
Updated .gitignore to include the models directory and added a README.
1 parent 5571896 commit b79e8ca

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ nosetests.xml
3838
.pydevproject
3939

4040
# Custom bits :)
41-
outputs
41+
outputs
42+
models

README.MD

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pySlice
2+
==========
3+
4+
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.
5+
6+
STL.py was not written by me, however I have modified to better fit what I need.
7+
8+
The code currently only supports the following file formats:
9+
* STL
10+
11+
I 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. I cannot guarantee that this code will work 100% of the time, and so far it has only been tested with one STL file, however if you test it successfully or unsuccessfully, let me know in the issues section of Github.
12+
13+
pySlice.py is licensed under the MIT license.

0 commit comments

Comments
 (0)