Skip to content
forked from epit3d/spycer

Gcode viewer for slicer for 5 axes 3d printer

License

Notifications You must be signed in to change notification settings

andrushe4ka/spycer

 
 

Repository files navigation

spycer

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.

Dependencies

  • python3
  • pyQt5
  • pyVTK
  • pyyaml

Install

Linux (tested on Ubuntu 16.04)
  1. Install dependencies
sudo apt-get install python3-pyqt5
sudo apt-get install python-pyvtk
pip install pyyaml
  1. Build goosli binaries
  2. Put them with 'data' directory to spycer and update pathes in params.py
  3. Just run python3 main.py
Windows (tested on Windows 10)

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

Parameters

see params.py

Build exe

python setup.py build

Result

Spycer preview Spycer preview

Feel free to open issues and create pull requests.

About

Gcode viewer for slicer for 5 axes 3d printer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%