diff options
Diffstat (limited to 'config')
-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 |