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

luisqcosta/spycer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Install

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

Installation details

Result

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.8%
  • Shell 0.2%