From 372cd2834c9b47c52722ee834dfdcbc66da10793 Mon Sep 17 00:00:00 2001 From: Ilia Rebane Date: Fri, 15 Oct 2021 11:55:20 -0400 Subject: [PATCH] docs: Update BLTouch.md to prevent position_endstop error (#4731) Klipper with Fluid complains about `position_endstop` line if `endstop_pin: probe:z_virtual_endstop` used Signed-off-by: Ilia Rebane --- docs/BLTouch.md | 4 ++-- 1 file 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: ```