My static website generator using poole https://www.xythobuz.de
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.