|
|
|
|
10
|
|
10
|
|
11
|
<span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
|
11
|
<span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
|
12
|
|
12
|
|
13
|
-<!--%
|
|
|
14
|
-printLatestRelease("xythobuz", "OctoTray")
|
|
|
15
|
-%-->
|
|
|
16
|
-
|
|
|
17
|
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).
|
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
|
Unfortunately, it does not allow me to turn on the printers power supply using the Raspberry Pi.
|
14
|
Unfortunately, it does not allow me to turn on the printers power supply using the Raspberry Pi.
|
19
|
But it is possible to do that via the [OctoPrint REST API](https://docs.octoprint.org/en/master/api/index.html).
|
15
|
But it is possible to do that via the [OctoPrint REST API](https://docs.octoprint.org/en/master/api/index.html).
|
|
|
|
|
22
|
|
18
|
|
23
|
<!--%
|
19
|
<!--%
|
24
|
lightgallery([
|
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
|
[ "img/octotray_2.png", "Screenshot of webcam viewer in OctoTray version 0.2" ],
|
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
|
You need to enter the hostnames / IPs and the OctoPrint API keys of your printers in the settings dialog of the application.
|
35
|
You need to enter the hostnames / IPs and the OctoPrint API keys of your printers in the settings dialog of the application.
|
33
|
The program will automatically detect which method to use to switch the power.
|
36
|
The program will automatically detect which method to use to switch the power.
|
34
|
If you are using the [PSU Control OctoPrint Plugin](https://plugins.octoprint.org/plugins/psucontrol/) it will use that to toggle the power.
|
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
|
You can find the project [on my Gitea server](https://git.xythobuz.de/thomas/OctoTray) or on [GitHub](https://github.com/xythobuz/OctoTray).
|
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
|
I also wrote a bit more about my OctoPrint setups [on this page](octoprint.html).
|
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
|
+%-->
|