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: Info@epit3d.ru
- 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.
Python 3.10 is required. We recommend using uv for Python version management:
# Install uv (if not installed)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install Python 3.10 via uv
uv python install 3.10- Create virtual environment:
uv venv --python 3.10 - Activate virtual environment:
- Windows:
venv\Scripts\activate.bat - Linux/macOS:
source .venv/bin/activate
- Windows:
- Install dependencies:
- Windows:
uv pip install -r win-req.txt - Linux:
uv pip install -r linux-req.txt - macOS:
uv pip install -r macos-req.txt
- Windows:
- Run Spycer:
python main.py
Feel free to open issues and create pull requests. We will be happy to see your contributions and ideas.



