Browse Source

more octotray pics

Thomas Buck 3 years ago
parent
commit
7474093f91

+ 19
- 7
input/projects/3d-printing/octotray.md View File

@@ -10,10 +10,6 @@ update: 2021-05-13
10 10
 
11 11
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
12 12
 
13
-<!--%
14
-printLatestRelease("xythobuz", "OctoTray")
15
-%-->
16
-
17 13
 To quickly print new stuff on one of my printers, I am using the [OctoPrint](https://octoprint.org) integration of [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer).
18 14
 Unfortunately, it does not allow me to turn on the printers power supply using the Raspberry Pi.
19 15
 But it is possible to do that via the [OctoPrint REST API](https://docs.octoprint.org/en/master/api/index.html).
@@ -22,13 +18,20 @@ It runs on Linux using the Python Qt5 bindings, but it has been tested on Window
22 18
 
23 19
 <!--%
24 20
 lightgallery([
25
-    [ "img/octotray_3.png", "Screenshot of OctoTray version 0.2" ],
21
+    [ "img/octotray_6.png", "Screenshot of OctoTray version 0.3" ],
22
+    [ "img/octotray_5.png", "Screenshot of settings dialog in OctoTray version 0.3" ],
26 23
     [ "img/octotray_2.png", "Screenshot of webcam viewer in OctoTray version 0.2" ],
27
-    [ "img/octotray_4.png", "Screenshot of status dialog in OctoTray version 0.2" ],
28
-    [ "img/octotray_1.png", "Screenshot of OctoTray version 0.1" ]
24
+    [ "img/octotray_4.png", "Screenshot of status dialog in OctoTray version 0.2" ]
29 25
 ])
30 26
 %-->
31 27
 
28
+To get started quickly, if you are running Windows or macOS, simply download the most recent pre-built binary from GitHub.
29
+For Linux, just run or install the program from the source repo directly.
30
+
31
+<!--%
32
+printLatestRelease("xythobuz", "OctoTray")
33
+%-->
34
+
32 35
 You need to enter the hostnames / IPs and the OctoPrint API keys of your printers in the settings dialog of the application.
33 36
 The program will automatically detect which method to use to switch the power.
34 37
 If you are using the [PSU Control OctoPrint Plugin](https://plugins.octoprint.org/plugins/psucontrol/) it will use that to toggle the power.
@@ -49,3 +52,12 @@ To give you an example of the system actions you could use to switch GPIOs from
49 52
 You can find the project [on my Gitea server](https://git.xythobuz.de/thomas/OctoTray) or on [GitHub](https://github.com/xythobuz/OctoTray).
50 53
 
51 54
 I also wrote a bit more about my OctoPrint setups [on this page](octoprint.html).
55
+
56
+Here are some older screenshots of OctoTray.
57
+
58
+<!--%
59
+lightgallery([
60
+    [ "img/octotray_3.png", "Screenshot of OctoTray version 0.2" ],
61
+    [ "img/octotray_1.png", "Screenshot of OctoTray version 0.1" ]
62
+])
63
+%-->

BIN
static/img/octotray_5.png View File


BIN
static/img/octotray_5_small.png View File


BIN
static/img/octotray_6.png View File


BIN
static/img/octotray_6_small.png View File


Loading…
Cancel
Save