diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-09 10:30:06 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-09 10:30:06 -0400 |
commit | ea129d869efcac53e530a46a53da096d4bda9c32 (patch) | |
tree | adf0b8953457bb07571a6fccbcd722b27d9913cd /config | |
parent | aac2fee9decea737f0a740e3519e84c33bf20d41 (diff) | |
download | kutter-ea129d869efcac53e530a46a53da096d4bda9c32.tar.gz kutter-ea129d869efcac53e530a46a53da096d4bda9c32.tar.xz kutter-ea129d869efcac53e530a46a53da096d4bda9c32.zip |
config: Fix position_endstop typo in sample-bltouch.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/sample-bltouch.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sample-bltouch.cfg b/config/sample-bltouch.cfg index f998bf7f..676418d8 100644 --- a/config/sample-bltouch.cfg +++ b/config/sample-bltouch.cfg @@ -45,7 +45,7 @@ points: # If the BLTouch is used to home the Z axis, then define a # homing_override section, use probe:z_virtual_endstop as the -# endstop_pin in the stepper_z section, and set the endstop_position +# endstop_pin in the stepper_z section, and set the position_endstop # in the stepper_z section to match the probe's z_offset. #[homing_override] #set_position_z: 5 |