Linux PyQt tray application to control OctoPrint instances
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.
Thomas Buck 86751976bd dont allow opening multiple webcam windows for one printer, just raise existing one. il y a 3 ans
.gitignore Initial commit il y a 3 ans
PKGBUILD Initial commit il y a 3 ans
README.md Initial commit il y a 3 ans
de.xythobuz.octotray.desktop Initial commit il y a 3 ans
octotray dont allow opening multiple webcam windows for one printer, just raise existing one. il y a 3 ans
octotray_icon.png Initial commit il y a 3 ans

README.md

OctoTray Linux Qt client

Simple Python Qt Linux client for OctoPrint. Install on Arch Linux like this:

makepkg
sudo pacman -U octotray-0.1-1-any.pkg.tar.xz

Or on all other linux distros:

sudo cp octotray /usr/bin/octotray
sudo cp octotray_icon.png /usr/share/pixmaps/octotray_icon.png
sudo cp de.xythobuz.octotray.desktop /usr/share/applications/de.xythobuz.octotray.desktop

Then run it from your desktop environment menu or even add it to the autostart there.