aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/BLTouch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BLTouch.md b/docs/BLTouch.md
index e763fbef..e7b2f9b5 100644
--- a/docs/BLTouch.md
+++ b/docs/BLTouch.md
@@ -22,8 +22,8 @@ control_pin: P1.26
```
If the BL-Touch will be used to home the Z axis then set `endstop_pin:
-probe:z_virtual_endstop` in the `[stepper_z]` config section and add a
-`[safe_z_home]` config section to raise the z axis, home the xy axes,
+probe:z_virtual_endstop` and remove `position_endstop` in the `[stepper_z]` config section,
+then add a `[safe_z_home]` config section to raise the z axis, home the xy axes,
move to the center of the bed, and home the z axis. For example:
```