Spycer is a GUI tool for innovative 5 axes 3D printer. See our website.
If you want to try our Five Axes Slicing Program and interested in 5 axes 3D printer - feel free to contact us: [email protected]
- Interactive calibration
- [] Smooth slicing
- Lids processing
- Supports processing
- Gcode preview (with rotations of bed)
Right now you can use Spycer in "preview" mode. It means that you can locally setup Spycer and see our possibilities without having slicer and 5 axes 3D printer. Slicer software we develop is not open source yet, but you can ask us for demo.
For legacy use you can try latest open source version of slicer: goosli. We do not have capabilities to support integration with current Spycer version, but you may try old Spycer version from about Oct 24, 2020.
- Install Python 3.10
- Create virtual environment
python -m venv venv
- Activate virtual environment
venv\Scripts\activate.bat
(Windows) orsource venv/bin/activate
(Linux) - Install dependencies
pip install -r requirements.txt
- Run Spycer
python main.py
Feel free to open issues and create pull requests. We will be happy to see your contributions and ideas.