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

slight changes, giessomat hackaday link

Thomas Buck 3 роки тому
джерело
коміт
c49b7b4cf0

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

@@ -12,6 +12,12 @@ update: 2016-06-12
12 12
 
13 13
 This is a manual Mesh Bed Leveling GUI utility for 3D printers with Marlin Firmware.
14 14
 
15
+<!--%
16
+lightgallery([
17
+    [ "img/bed_leveling_util.png", "Screenshot of Bed-Leveling-Utility" ],
18
+])
19
+%-->
20
+
15 21
 At the time of me writing this program, Marlin had a bug that caused the manual mesh bed leveling process to not work using the connected LCD display, leaving G-Codes sent over the serial port as the only option.
16 22
 Because manually inserting these in a terminal program proved to be very tedious, and none of the G-Code senders I've tested had the features I wanted (mainly easily configurable step sizes), I wrote this simple little program.
17 23
 
@@ -29,10 +35,4 @@ You will need pySerial (>= v3.0) and wxPython for the program to work.
29 35
 
30 36
 This has been developed and tested on a Mac OS X 10.10.5 machine with Python 2.7 and dependencies installed with MacPorts, connected to a modified Fabrikator Mini V1.5 with Marlin 1.1.0-RC6.
31 37
 
32
-<!--%
33
-lightgallery([
34
-    [ "img/bed_leveling_util.png", "Screenshot of Bed-Leveling-Utility" ],
35
-])
36
-%-->
37
-
38 38
 The source code can be found [on my Gitea server](https://git.xythobuz.de/thomas/Bed-Leveling-Utility) as well as [on GitHub](https://github.com/xythobuz/Bed-Leveling-Utility/).

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

@@ -25,30 +25,15 @@ lightgallery([
25 25
 ])
26 26
 %-->
27 27
 
28
-You need to enter the hostnames / IPs and the OctoPrint API keys of your printers at the beginning of the python file in the repo.
28
+You need to enter the hostnames / IPs and the OctoPrint API keys of your printers in the settings dialog of the application.
29 29
 The program will automatically detect which method to use to switch the power.
30 30
 If you are using the [PSU Control OctoPrint Plugin](https://plugins.octoprint.org/plugins/psucontrol/) it will use that to toggle the power.
31
-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).
31
+Also it looks for custom system commands, as described in the [OctoPrint docs](https://docs.octoprint.org/en/master/configuration/config_yaml.html#system).
32 32
 
33 33
 To give you an example of the system actions you could use to switch GPIOs from OctoPrint, take a look below at the excerpt of my 'config.yaml' file.
34 34
 
35 35
     system:
36 36
         actions:
37
-        -   action: all on
38
-            command: gpio -g mode 20 out && gpio -g write 20 0 && gpio -g mode 26 out
39
-                && gpio -g write 26 0
40
-            name: Turn on printer & lights
41
-        -   action: all off
42
-            command: gpio -g write 20 1 && gpio -g mode 20 in && gpio -g write 26 1 &&
43
-                gpio -g mode 26 in
44
-            confirm: You are about to turn off the printer and the lights.
45
-            name: Turn off printer & lights
46
-        -   action: lights on
47
-            command: gpio -g mode 20 out && gpio -g write 20 0
48
-            name: Turn on lights
49
-        -   action: lights off
50
-            command: gpio -g write 20 1 && gpio -g mode 20 in
51
-            name: Turn off lights
52 37
         -   action: printer on
53 38
             command: gpio -g mode 26 out && gpio -g write 26 0
54 39
             name: Turn on printer

+ 3
- 1
input/projects/giessomat.md Переглянути файл

@@ -4,9 +4,11 @@ parent: projects
4 4
 position: 6
5 5
 github: https://git.xythobuz.de/thomas/giess-o-mat
6 6
 date: 2021-03-29
7
-update: 2021-05-02
7
+update: 2021-05-16
8 8
 ---
9 9
 
10
+This project [was featured on Hackaday](https://hackaday.com/2021/05/14/automated-watering-machine-has-what-plants-crave-fertilizer/)!
11
+
10 12
 Since moving into my own flat in 2019 I started growing quite a bunch of plants.
11 13
 It started with carnivorous plants and some decorative stuff on the balcony (also good for the insects!).
12 14
 Last year some herbs like basil were added.

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