# spycer
**Repository Path**: TwoSilly/spycer
## Basic Information
- **Project Name**: spycer
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-09-16
- **Last Updated**: 2025-09-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Spycer - GUI for 5 axes 3D printer
## Table of Contents
- [About](#about)
- [Ask for demo](#ask-for-demo)
- [Basic usage](#basic-usage)
- [Installation](#installation)
- [Contributing](#contributing)
## About
Spycer is a GUI tool for innovative 5 axes 3D printer. See our [website](https://epit3d.com/).
## Ask for demo
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](mailto:Info@epit3d.ru?subject=FASP%20demo%20request&body=Hello%2C%20I%20want%20to%20try%20Spycer%20and%20FASP%20slicer)
### Features of FASP slicer (Five Axes Slicing Program):
- [x] Interactive calibration
[x] 3D slicing
[x] Multi-plane slicing
[x] Cone slicing
[x] Cylinder slicing
- [] Smooth slicing
- [x] Lids processing
- [x] Supports processing
- [x] Gcode preview (with rotations of bed)
## Basic usage
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](https://github.com/epit3d/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.
## Installation
1. Install [Python 3.10](https://www.python.org/downloads/release/python-3100/)
1. Create virtual environment `python -m venv venv`
1. Activate virtual environment `venv\Scripts\activate.bat` (Windows) or `source venv/bin/activate` (Linux)
1. Install dependencies `pip install -r requirements.txt`
1. Run Spycer `python main.py`
## Contributing
Feel free to open issues and create pull requests. We will be happy to see your contributions and ideas.