diff options
author | shiftingtech <53156353+shiftingtech@users.noreply.github.com> | 2021-07-27 19:57:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 21:57:18 -0400 |
commit | 32eb2ee2d1ae2e1483f96ffc3c542e9e35fe6bd9 (patch) | |
tree | a9e49d717aa0a8a400f6f074919266191116d46d | |
parent | 75e958e57d8c8c6a98cf46f529bf57401e914a8c (diff) | |
download | kutter-32eb2ee2d1ae2e1483f96ffc3c542e9e35fe6bd9.tar.gz kutter-32eb2ee2d1ae2e1483f96ffc3c542e9e35fe6bd9.tar.xz kutter-32eb2ee2d1ae2e1483f96ffc3c542e9e35fe6bd9.zip |
docs: fixed babystepping patch (#4526)
Just a quick cleanup to where I flubbed the Z_OFFSET_APPLY_ENDSTOP and Z_OFFSET_APPLY_PROBE documentation
Signed-off-by: Ben Eastep <shifting@shifting.ca>
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 6554d695..745c63db 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -208,7 +208,7 @@ The following standard commands are supported: for calibrating a Z position_endstop config setting. See the MANUAL_PROBE command for details on the parameters and the additional commands available while the tool is active. - `Z_ENDSTOP_UPDATE_POSITION`: Take the current Z Gcode offset (aka, +- `Z_OFFSET_APPLY_ENDSTOP`: Take the current Z Gcode offset (aka, babystepping), and subtract it from the stepper_z endstop_position. This acts to take a frequently used babystepping value, and "make it permanent". Requires a `SAVE_CONFIG` to take effect. @@ -358,9 +358,11 @@ the [probe calibrate guide](Probe_Calibrate.md)): - `PROBE_CALIBRATE [SPEED=<speed>] [<probe_parameter>=<value>]`: Run a helper script useful for calibrating the probe's z_offset. See the PROBE command for details on the optional probe parameters. See - the MANUAL_PROBE command for details on the SPEED parameter and the additional commands available while the tool is active. Please note, the PROBE_CALIBRATE command uses the speed variable + the MANUAL_PROBE command for details on the SPEED parameter and the + additional commands available while the tool is active. Please note, + the PROBE_CALIBRATE command uses the speed variable to move in XY direction as well as Z. -`PROBE_UPDATE_OFFSET`: Take the current Z Gcode offset (aka, +- `Z_OFFSET_APPLY_PROBE`: Take the current Z Gcode offset (aka, babystepping), and subtract if from the probe's z_offset. This acts to take a frequently used babystepping value, and "make it permanent". Requires a `SAVE_CONFIG` to take effect. |