diff options
author | Ilia Rebane <agilatosay@gmail.com> | 2021-10-15 11:55:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:55:20 -0400 |
commit | 372cd2834c9b47c52722ee834dfdcbc66da10793 (patch) | |
tree | 030a3759b05ace7e7527508fafc5ec8f7cf6578b | |
parent | 96ee179e8b0033dec0af75880fc2e718443a8546 (diff) | |
download | kutter-372cd2834c9b47c52722ee834dfdcbc66da10793.tar.gz kutter-372cd2834c9b47c52722ee834dfdcbc66da10793.tar.xz kutter-372cd2834c9b47c52722ee834dfdcbc66da10793.zip |
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 <Agilatosay@gmail.com>
-rw-r--r-- | docs/BLTouch.md | 4 |
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: ``` |