aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-10-03 18:09:01 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-10-03 18:09:01 -0400
commit4ef0db50872a53d1adf8364a20b22e1ce85e3a2a (patch)
tree0f26d162a897009aec0cb47be4f5d15f663a1463
parent2b553a81084bea1584df4b6f82e89bc560031475 (diff)
downloadkutter-4ef0db50872a53d1adf8364a20b22e1ce85e3a2a.tar.gz
kutter-4ef0db50872a53d1adf8364a20b22e1ce85e3a2a.tar.xz
kutter-4ef0db50872a53d1adf8364a20b22e1ce85e3a2a.zip
docs: Update Config_Change.md with safe_z_homing change
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Config_Changes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index d5d3dca3..0b5af7c2 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,9 @@ All dates in this document are approximate.
# Changes
+20191003: The move_to_previous option in [safe_z_homing] now defaults
+to False. (It was effectively False prior to 20190918.)
+
20190918: The zhop option in [safe_z_homing] is always re-applied
after Z axis homing completed. This might need users to update custom
scripts based on this module.