diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-05 17:49:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-05 17:49:58 -0400 |
commit | 54a2c5d58ef6ac9c12b03a60aa9049505a8fec08 (patch) | |
tree | 54dc295f426244cda871bef34e547e4aa050e007 /docs | |
parent | a5a6ae83ff09102b22b0254524bfda25d4d5f38b (diff) | |
download | kutter-54a2c5d58ef6ac9c12b03a60aa9049505a8fec08.tar.gz kutter-54a2c5d58ef6ac9c12b03a60aa9049505a8fec08.tar.xz kutter-54a2c5d58ef6ac9c12b03a60aa9049505a8fec08.zip |
BLTouch: Use G90 in the BLTouch.md homing_override example
Reported by @sgtnoodle.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BLTouch.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/BLTouch.md b/docs/BLTouch.md index cef8b671..54416f1c 100644 --- a/docs/BLTouch.md +++ b/docs/BLTouch.md @@ -27,6 +27,7 @@ center and home the z-axis. Like this: ``` [homing_override] gcode: + G90 ; Use absolute position mode G1 Z10 ; Move up 10mm G28 X Y G1 X166 Y120 F6000 ; Change the X and Y coordinates to the center of your print bed |