diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-18 18:04:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-18 18:04:21 -0400 |
commit | bf4e851e214878511a72f854f06eb921ca670837 (patch) | |
tree | ab62018aaec7f2bf7ad482108b42e0bba4cdf522 /config/sample-bltouch.cfg | |
parent | 35f3f6506b7525f34bb7696e999a6fbf8f8a2bc3 (diff) | |
download | kutter-bf4e851e214878511a72f854f06eb921ca670837.tar.gz kutter-bf4e851e214878511a72f854f06eb921ca670837.tar.xz kutter-bf4e851e214878511a72f854f06eb921ca670837.zip |
config: Update sample-bltouch.cfg with recent probe changes
Commit e3f9ff67 changed the probe code to require a z_offset parameter
- update the config/sample-bltouch.cfg file with the new parameters.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/sample-bltouch.cfg')
-rw-r--r-- | config/sample-bltouch.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sample-bltouch.cfg b/config/sample-bltouch.cfg index effc30b0..66b7d1eb 100644 --- a/config/sample-bltouch.cfg +++ b/config/sample-bltouch.cfg @@ -19,6 +19,7 @@ maximum_pulse_width: 0.0024 # Define a probe using the BLTouch [probe] pin: ar30 +z_offset: 2.345 activate_gcode: SET_SERVO SERVO=bltouch ANGLE=10 SET_SERVO SERVO=bltouch ANGLE=60 @@ -40,12 +41,11 @@ points: 190,10 190,100 190,190 -probe_z_offset: 2.345 # 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 -# in the stepper_z section to match the probe's probe_z_offset. +# in the stepper_z section to match the probe's z_offset. #[homing_override] #set_position_z: 5 #gcode: |