diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-02-13 15:26:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-02-13 15:29:49 -0500 |
commit | 6dc623b35d6c26043477d9bd11779134d231379c (patch) | |
tree | 9deff030d3e1ef78f29a43b60d28fb5813e90e4a | |
parent | 8fc3487a8a503b05312096fad0b76956f62c919f (diff) | |
download | kutter-6dc623b35d6c26043477d9bd11779134d231379c.tar.gz kutter-6dc623b35d6c26043477d9bd11779134d231379c.tar.xz kutter-6dc623b35d6c26043477d9bd11779134d231379c.zip |
config: Expand homing_override description in sample-bltouch.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/sample-bltouch.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/sample-bltouch.cfg b/config/sample-bltouch.cfg index 617a253e..effc30b0 100644 --- a/config/sample-bltouch.cfg +++ b/config/sample-bltouch.cfg @@ -43,11 +43,14 @@ points: probe_z_offset: 2.345 # If the BLTouch is used to home the Z axis, then define a -# homing_override section and use probe:z_virtual_endstop as the -# endstop pin in the stepper_z section. +# homing_override section, use probe:z_virtual_endstop as the +# endstop_pin in the stepper_z section, and set the endstop_position +# in the stepper_z section to match the probe's probe_z_offset. #[homing_override] #set_position_z: 5 #gcode: +# ; G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start +# ; G1 Z7 F600 # G28 X0 Y0 # G1 X100 Y100 F3600 # G28 Z0 |