Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchodora authored May 10, 2018
1 parent fd4912a commit 248de2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

Python-based STL slicer for generating line paths for 3D printing

Program designed to open and view ASCII STL files and then slice them for 3D printing operations. Supports variable
slice heights and spacing between infill grid lines. Geometry moved to fit within a 8x8x6 inch print bed as large as
possible according to the part orientation.
Output files consist of an SVG file for each slice of the model showing the model outlines and the infill pattern and a
CSV file that lists the coordinates of the print head at different times and whether or not the extruder is on during
the move to that position.

Freeze using PyInstaller: ```pyinstaller.exe --onefile --windowed --icon=cube.ico Slicer.py```

0 comments on commit 248de2f

Please sign in to comment.