Переглянути джерело

Some slight changes to descriptions, headings and orderings.

Thomas Buck 4 роки тому
джерело
коміт
d4be8c6bdb

+ 1
- 0
input/blog/2021/2021_05_05_opensmartwatch.md Переглянути файл

1
 title: Blog
1
 title: Blog
2
 post: Open-Smartwatch
2
 post: Open-Smartwatch
3
+description: Case design in OpenSCAD for my new (broken) Open-Smartwatch
3
 date: 2021-05-05
4
 date: 2021-05-05
4
 update: 2021-05-08
5
 update: 2021-05-08
5
 ---
6
 ---

+ 1
- 2
input/projects/3d-printing/ctc-i3.md Переглянути файл

1
 title: CTC i3 Pro B
1
 title: CTC i3 Pro B
2
-description: My modifications for the CTC i3 Pro B
2
+description: Experiences with and modifications to my chinese Prusa i3 clone
3
 parent: 3d-printing
3
 parent: 3d-printing
4
 position: 20
4
 position: 20
5
 comments: true
5
 comments: true
6
-flattr: true
7
 ---
6
 ---
8
 
7
 
9
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>

+ 0
- 1
input/projects/3d-printing/fabrikator-mini.md Переглянути файл

3
 parent: 3d-printing
3
 parent: 3d-printing
4
 position: 10
4
 position: 10
5
 comments: true
5
 comments: true
6
-flattr: true
7
 ---
6
 ---
8
 
7
 
9
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>

+ 1
- 2
input/projects/3d-printing/ikea-lack.md Переглянути файл

1
 title: Ikea Lack Table DIY
1
 title: Ikea Lack Table DIY
2
 description: Another iteration of the DIY Ikea Lack 3D printer shelves
2
 description: Another iteration of the DIY Ikea Lack 3D printer shelves
3
 parent: 3d-printing
3
 parent: 3d-printing
4
-position: 40
4
+position: 30
5
 comments: true
5
 comments: true
6
-flattr: true
7
 ---
6
 ---
8
 
7
 
9
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>

+ 5
- 6
input/projects/3d-printing/octoprint.md Переглянути файл

1
 title: OctoPrint Setup
1
 title: OctoPrint Setup
2
 description: Setting up OctoPrint and some common improvements
2
 description: Setting up OctoPrint and some common improvements
3
 parent: 3d-printing
3
 parent: 3d-printing
4
-position: 30
4
+position: 40
5
 comments: true
5
 comments: true
6
-flattr: true
7
 ---
6
 ---
8
 
7
 
9
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
12
 For ease of use, I suggest downloading and installing a pre-made [OctoPi image](https://octoprint.org/download/).
11
 For ease of use, I suggest downloading and installing a pre-made [OctoPi image](https://octoprint.org/download/).
13
 Here on this page I describe some common steps and improvements I do on each of them.
12
 Here on this page I describe some common steps and improvements I do on each of them.
14
 
13
 
15
-### Controlling a Power Supply
14
+## Controlling a Power Supply
16
 
15
 
17
 To turn the power for the 3D printer on and off from within OctoPrint, there are different methods available depending on the setup of your 3D printer.
16
 To turn the power for the 3D printer on and off from within OctoPrint, there are different methods available depending on the setup of your 3D printer.
18
 If you are using a standard fixed-voltage brick power supply, you can use a cheap relais board to switch the power between your supply and the printer.
17
 If you are using a standard fixed-voltage brick power supply, you can use a cheap relais board to switch the power between your supply and the printer.
53
             confirm: You are about to turn off the printer.
52
             confirm: You are about to turn off the printer.
54
             name: Turn off printer
53
             name: Turn off printer
55
 
54
 
56
-### Automatically Connect to Printer
55
+## Automatically Connect to Printer
57
 
56
 
58
 [Bernd Zeimetz has a great writeup on how to auto-connect to the serial port](https://bzed.de/post/2017/11/octoprint_autoconnect_printer/) of your 3D printer.
57
 [Bernd Zeimetz has a great writeup on how to auto-connect to the serial port](https://bzed.de/post/2017/11/octoprint_autoconnect_printer/) of your 3D printer.
59
 Here is the brief version of it, slightly modified to work with current OctoPrint versions.
58
 Here is the brief version of it, slightly modified to work with current OctoPrint versions.
133
 journalctl -u octoprint_connect@ttyUSB0.service
132
 journalctl -u octoprint_connect@ttyUSB0.service
134
 </pre>
133
 </pre>
135
 
134
 
136
-### Physical Power Button
135
+## Physical Power Button
137
 
136
 
138
 Besides controlling eg. an ATX power supply or a relay connecting the printer to the power supply, I also wanted a push-button connected to the Raspberry Pi that can toggle the power supply using the aforementioned connection on the Pi.
137
 Besides controlling eg. an ATX power supply or a relay connecting the printer to the power supply, I also wanted a push-button connected to the Raspberry Pi that can toggle the power supply using the aforementioned connection on the Pi.
139
 This can be solved using a simple Python script.
138
 This can be solved using a simple Python script.
201
 
200
 
202
 Now simply hold your power button for two seconds and the printer power will be toggled.
201
 Now simply hold your power button for two seconds and the printer power will be toggled.
203
 
202
 
204
-### Automatic Photo Upload
203
+## Automatic Photo Upload
205
 
204
 
206
 As you may have seen, all my 3D printer are [uploading a photo every 5 minutes](printer.html) to this webserver.
205
 As you may have seen, all my 3D printer are [uploading a photo every 5 minutes](printer.html) to this webserver.
207
 Achieving this is very simple.
206
 Achieving this is very simple.

+ 2
- 2
input/projects/3d-printing/octotray.md Переглянути файл

1
 title: OctoTray
1
 title: OctoTray
2
 description: Linux PyQt tray application to control OctoPrint
2
 description: Linux PyQt tray application to control OctoPrint
3
 parent: 3d-printing
3
 parent: 3d-printing
4
-position: 35
4
+position: 50
5
 comments: true
5
 comments: true
6
 github: https://git.xythobuz.de/thomas/OctoTray
6
 github: https://git.xythobuz.de/thomas/OctoTray
7
 date: 2021-05-08
7
 date: 2021-05-08
24
 You need to enter the hostnames / IPs and the API keys of your printers at the beginning of the python file in the repo.
24
 You need to enter the hostnames / IPs and the API keys of your printers at the beginning of the python file in the repo.
25
 The program will automatically detect if you are using the [PSU Control OctoPrint Plugin](https://plugins.octoprint.org/plugins/psucontrol/) it will use that to toggle the power.
25
 The program will automatically detect if you are using the [PSU Control OctoPrint Plugin](https://plugins.octoprint.org/plugins/psucontrol/) it will use that to toggle the power.
26
 Otherwise it looks for custom system commands, named "all on" and "all off", as described in the [OctoPrint docs](https://docs.octoprint.org/en/master/configuration/config_yaml.html#system).
26
 Otherwise it looks for custom system commands, named "all on" and "all off", as described in the [OctoPrint docs](https://docs.octoprint.org/en/master/configuration/config_yaml.html#system).
27
-Mine look like this.
27
+To give you an example, mine look like this.
28
 
28
 
29
     system:
29
     system:
30
         actions:
30
         actions:

Завантаження…
Відмінити
Зберегти