Updated BLTouch Installation (deutsch) (markdown)

Oliver Köster
2023-08-17 12:34:55 +02:00
parent b21a763cad
commit fbed6f8d5e

@@ -161,7 +161,7 @@ Für die nächsten Schritte brauchen wir den Drucker, einen PC und Pronterface
14. Ein Blatt Papier unter die Düse legen 14. Ein Blatt Papier unter die Düse legen
15. Mit [`G1 Z-1`](https://marlinfw.org/docs/gcode/G000-G001.html) bzw. [`G1 Z-0.1`](https://marlinfw.org/docs/gcode/G000-G001.html) oder [`G1 Z-0.02`](https://marlinfw.org/docs/gcode/G000-G001.html) die Düse langsam absenken, bis sich das Papier nur noch schwer bewegen lässt. 15. Mit [`G1 Z-1`](https://marlinfw.org/docs/gcode/G000-G001.html) bzw. [`G1 Z-0.1`](https://marlinfw.org/docs/gcode/G000-G001.html) oder [`G1 Z-0.02`](https://marlinfw.org/docs/gcode/G000-G001.html) die Düse langsam absenken, bis sich das Papier nur noch schwer bewegen lässt.
16. [`M114`](https://marlinfw.org/docs/gcode/M114.html) = Aktuelle Position der Düse ermitteln und merken! (z.B. Recv: X:38.00 Y:38.00 Z:0.70 E:0.00 Count X:3200 Y:3200 Z:520) 16. [`M114`](https://marlinfw.org/docs/gcode/M114.html) = Aktuelle Position der Düse ermitteln und merken! (z.B. Recv: X:38.00 Y:38.00 Z:0.70 E:0.00 Count X:3200 Y:3200 Z:520)
17. Punkt, an dem der BL Touch Sensor ausgelöst hat (16) von dem Punkt an dem die Düse das Bett berührte (10) abziehen -> 1,30 - 0,7 = **0,6 mm** -> Das ist unser Z-Offset. 17. Punkt, an dem Düse das Bett berührte (16) von dem Punkt an dem der Sensor auslöste (10) abziehen -> 1,30 - 0,7 = **0,6 mm** -> Das ist unser Z-Offset.
18. [`M851 Z-0.6`](https://marlinfw.org/docs/gcode/M851.html) (Z-Offset speichern. Achtung! Negatives Vorzeichen!) 18. [`M851 Z-0.6`](https://marlinfw.org/docs/gcode/M851.html) (Z-Offset speichern. Achtung! Negatives Vorzeichen!)
19. [`M500`](https://marlinfw.org/docs/gcode/M500.html) (Einstellungen im EEPROM sichern) 19. [`M500`](https://marlinfw.org/docs/gcode/M500.html) (Einstellungen im EEPROM sichern)
20. [`G28`](https://marlinfw.org/docs/gcode/G028.html) (Auf Home Position fahren) 20. [`G28`](https://marlinfw.org/docs/gcode/G028.html) (Auf Home Position fahren)