Skip to content

epit3d/spycer

Repository files navigation

Spycer - GUI for 5 axes 3D printer

Table of Contents

About

Spycer is a GUI tool for innovative 5 axes 3D printer. See our website.

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: [email protected]

Features of FASP slicer (Five Axes Slicing Program):

  • Interactive calibration
[x] 3D slicing
[x] Multi-plane slicing
[x] Cone slicing
[x] Cylinder slicing
  • [] Smooth slicing
  • Lids processing
  • Supports processing
  • 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. 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
  2. Create virtual environment python -m venv venv
  3. Activate virtual environment venv\Scripts\activate.bat (Windows) or source venv/bin/activate (Linux)
  4. Install dependencies pip install -r requirements.txt
  5. 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.