Linux PyQt tray application to control OctoPrint instances
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Thomas Buck 86751976bd dont allow opening multiple webcam windows for one printer, just raise existing one. 3 år sedan
.gitignore Initial commit 3 år sedan
PKGBUILD Initial commit 3 år sedan
README.md Initial commit 3 år sedan
de.xythobuz.octotray.desktop Initial commit 3 år sedan
octotray dont allow opening multiple webcam windows for one printer, just raise existing one. 3 år sedan
octotray_icon.png Initial commit 3 år sedan

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.