Skip to main content
All CollectionsGeneral
Have custom hardware? Use the 3DPrinterOS Client ZIP archive
Have custom hardware? Use the 3DPrinterOS Client ZIP archive
Illia Nazarko avatar
Written by Illia Nazarko
Updated over 3 months ago

If you have a custom OS, you can still use 3DPrinterOS to manage your 3D printer from the cloud.

  1. Download the 3DPrinterOS Zip archive here.

2. You will need the following packages to run it:

  • Python 3.6+

  • LibUSB 1.0

  • Your 3D printer drivers installed (if you are running Windows)

  • WXWidgets/Rumps (optional, for the tray icon on Windows/Mac)

  • OpenCV and NumPy (optional for web camera support)

  • AIOhttp. You'll also need all dependencies (especially the requests library), so we recommend installing it with pip install aiohttp.

3. Execute the following command in your command line (bash, cmd, etc.):

 python3 launcher.py
Did this answer your question?