Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fookatchu/SL1toPhoton
Browse files Browse the repository at this point in the history
  • Loading branch information
heikowestermann committed May 20, 2020
2 parents eb2c37f + ca19d53 commit b0641a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
@@ -1,4 +1,4 @@
SL1toPhoton is a tool for converting PrusaSlicer's (previously Slic3r PE) SL1 files to Photon files for the Anycubic Photon 3D-Printer. It is largely based on [pyphotonfile](https://github.com/fookatchu/pyphotonfile), maintained by the same developer. The Photon S is currently not supported (see TODO). Anti-Aliasing with the new Firmware released in May 2019 is also not yet supported.
SL1toPhoton is a tool for converting PrusaSlicer's (previously Slic3r PE) SL1 files to Photon files for the Anycubic Photon 3D-Printer. Other cbddlp-files should also work (e.G. Elegoo Mars). It is largely based on [pyphotonfile](https://github.com/fookatchu/pyphotonfile), maintained by the same developer. The Photon S is currently not supported (see TODO). Anti-Aliasing with the new Firmware released in May 2019 is not supported. Please see the section about alternatives below if you need anti-aliasing support through chitubox.

Friendly Reminder
=================
Expand Down Expand Up @@ -58,12 +58,12 @@ If you want to build your own binarys:
pip install pyinstaller
# win
pyinstaller SL1_to_Photon.py --add-binary venv\Lib\site-packages\pyphotonfile\newfile.photon;pyphotonfile --onefile --clean
pyinstaller SL1_to_Photon_gui.py --add-binary venv\Lib\site-packages\pyphotonfile\newfile.photon;pyphotonfile --onefile --noconsole --clean
pyinstaller SL1_to_Photon.py --add-binary venv\Lib\site-packages\pyphotonfile\newfile.photon;pyphotonfile\data --onefile --clean
pyinstaller SL1_to_Photon_gui.py --add-binary venv\Lib\site-packages\pyphotonfile\newfile.photon;pyphotonfile\data --onefile --noconsole --clean
# mac (currently not working)
pyinstaller SL1_to_Photon.py --add-binary venv/lib/python3.7/site-packages/pyphotonfile/newfile.photon:pyphotonfile --onefile --clean
pyinstaller SL1_to_Photon_gui.py --add-binary venv/lib/python3.7/site-packages/pyphotonfile/newfile.photon:pyphotonfile --onefile --noconsole --clean
pyinstaller SL1_to_Photon.py --add-binary venv/lib/python3.7/site-packages/pyphotonfile/newfile.photon:pyphotonfile/data --onefile --clean
pyinstaller SL1_to_Photon_gui.py --add-binary venv/lib/python3.7/site-packages/pyphotonfile/newfile.photon:pyphotonfile/data --onefile --noconsole --clean
```
I am by no means fluent in pyinstaller, so if there is a way to remove the ugly binary import, please let me know.

Expand All @@ -90,7 +90,7 @@ optional arguments:
```
Alternatives
========================================
PrusaSlicer allows the export of STL's with supports as of PrusaSlicer 2.0.0-rc. You can export the prepared model and slice for the Photon with a Slicer which supports the Photon directly. This is a useful approach if you only care for the support generation.
PrusaSlicer now allows the export of STL's with supports as of PrusaSlicer 2.0.0-rc. You can export the prepared model and slice with another slicer which supports your printer directly.

TODO
====
Expand Down

0 comments on commit b0641a0

Please sign in to comment.