aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-07-10 15:11:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-07-10 15:21:09 -0400
commit364c22fe8472cac712b6ada06a0a967df98e636a (patch)
tree691aabb7042093845996bd6bc84ef12e718a7e0a /docs/Config_Changes.md
parenta477c50592d698b8b7b7c6290e2d11e551a242a8 (diff)
downloadkutter-364c22fe8472cac712b6ada06a0a967df98e636a.tar.gz
kutter-364c22fe8472cac712b6ada06a0a967df98e636a.tar.xz
kutter-364c22fe8472cac712b6ada06a0a967df98e636a.zip
probe: Rework the PROBE_ACCURACY command parameters
Don't default to a Z location of 10, as that could cause damage if the probe's z_offset is greater than 10. Instead, use the "retract distance" method that is used for normal multi-sample probing. Update the PROBE_ACCURACY command parameter names to use the same parameter names as the PROBE command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 40060205..6ba35289 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,10 @@ All dates in this document are approximate.
# Changes
+20190710: The optional parameters of the PROBE_ACCURACY command have
+changed. It may be necessary to update any macros or scripts that use
+that command.
+
20190628: All configuration options have been removed from the
[skew_correction] section. Configuration for skew_correction
is now done via the SET_SKEW gcode. See skew_correction.md