My static website generator using poole https://www.xythobuz.de
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

octotray.md 931B

title: OctoTray description: Linux PyQt tray application to control OctoPrint parent: 3d-printing position: 35 comments: true github: https://git.xythobuz.de/thomas/OctoTray

date: 2021-05-08

…back to 3D-Printing overview

To quickly print new stuff on one of my printers, I am using the OctoPrint integration of PrusaSlicer. Unfortunately, it does not allow me to turn on the printers power supply using the Raspberry Pi. But it is possible to do that via the OctoPrint REST API. Because of that, I wrote a small tool to trigger the power of my printers that lives in the system tray. It runs on Linux using the Python Qt5 bindings.

You can find the project on my Gitea server or on GitHub.