Ver código fonte

Some slight changes to descriptions, headings and orderings.

Thomas Buck 3 anos atrás
pai
commit
d4be8c6bdb

+ 1
- 0
input/blog/2021/2021_05_05_opensmartwatch.md Ver arquivo

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

+ 1
- 2
input/projects/3d-printing/ctc-i3.md Ver arquivo

@@ -1,9 +1,8 @@
1 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 3
 parent: 3d-printing
4 4
 position: 20
5 5
 comments: true
6
-flattr: true
7 6
 ---
8 7
 
9 8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>

+ 0
- 1
input/projects/3d-printing/fabrikator-mini.md Ver arquivo

@@ -3,7 +3,6 @@ description: My modifications for the TinyBoy Fabrikator Mini
3 3
 parent: 3d-printing
4 4
 position: 10
5 5
 comments: true
6
-flattr: true
7 6
 ---
8 7
 
9 8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>

+ 1
- 2
input/projects/3d-printing/ikea-lack.md Ver arquivo

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

+ 5
- 6
input/projects/3d-printing/octoprint.md Ver arquivo

@@ -1,9 +1,8 @@
1 1
 title: OctoPrint Setup
2 2
 description: Setting up OctoPrint and some common improvements
3 3
 parent: 3d-printing
4
-position: 30
4
+position: 40
5 5
 comments: true
6
-flattr: true
7 6
 ---
8 7
 
9 8
 <span class="listdesc">[...back to 3D-Printing overview](3d-printing.html)</span>
@@ -12,7 +11,7 @@ All my 3D printers are connected to a Raspberry Pi running [OctoPrint](https://o
12 11
 For ease of use, I suggest downloading and installing a pre-made [OctoPi image](https://octoprint.org/download/).
13 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 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 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,7 +52,7 @@ Mine look like this.
53 52
             confirm: You are about to turn off the printer.
54 53
             name: Turn off printer
55 54
 
56
-### Automatically Connect to Printer
55
+## Automatically Connect to Printer
57 56
 
58 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 58
 Here is the brief version of it, slightly modified to work with current OctoPrint versions.
@@ -133,7 +132,7 @@ systemctl list-units 'octoprint_connect*'
133 132
 journalctl -u octoprint_connect@ttyUSB0.service
134 133
 </pre>
135 134
 
136
-### Physical Power Button
135
+## Physical Power Button
137 136
 
138 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 138
 This can be solved using a simple Python script.
@@ -201,7 +200,7 @@ sudo /etc/init.d/octopi-power-button
201 200
 
202 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 205
 As you may have seen, all my 3D printer are [uploading a photo every 5 minutes](printer.html) to this webserver.
207 206
 Achieving this is very simple.

+ 2
- 2
input/projects/3d-printing/octotray.md Ver arquivo

@@ -1,7 +1,7 @@
1 1
 title: OctoTray
2 2
 description: Linux PyQt tray application to control OctoPrint
3 3
 parent: 3d-printing
4
-position: 35
4
+position: 50
5 5
 comments: true
6 6
 github: https://git.xythobuz.de/thomas/OctoTray
7 7
 date: 2021-05-08
@@ -24,7 +24,7 @@ lightgallery([
24 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 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 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 29
     system:
30 30
         actions:

Carregando…
Cancelar
Salvar