Advanced-Manufacturing-at-UoL / supremeslicer

This Project bridges usability from Prusa-slicer with additional functionality for generating g-code and toolpaths for the additional tools for the AMPI Machine
1 stars 0 forks source link

Simulation test #25

Closed PralishSatyal closed 3 weeks ago

PralishSatyal commented 3 weeks ago

Updated the code for conforming to PEP-8 commenting and styling guidelines. Improved UI and updated main.spec file.

Run pyinstaller --onefile main.py (ensuring you've copied the main.spec file somewhere else). Then paste over the main.spec file from before to the autogenerated one, and rebuild with pyinstaller --clean main.spec.