Tool to display stl, gcode. Main feature - support rotations of bed for 5axes 3d printer.
Initially works with goosli backend (slicer for 5axes 3d printer), but can be easily adapted for any slicer.
Support gcode generated by Cura slicer.
- python3
- pyQt5
- pyVTK
- pyyaml
- Install dependencies
sudo apt-get install python3-pyqt5
sudo apt-get install python-pyvtk
pip install pyyaml
- Build goosli binaries
- Put them with 'data' directory to spycer and update pathes in params.py
- Just run
python3 main.py
Installation details (https://l1va.ru/en/pyqt_and_pyvtk_on_windows/)
Alternate way found: pip install pyqt5 vtk pyvtk pyyaml
Tested on Windows 10, Visual studio 2019, python 3.7 x64
see params.py
python setup.py build
Feel free to open issues and create pull requests.