diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-11-22 18:57:15 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-11-22 18:57:15 -0500 |
commit | 9727f00e504aaae5b7fd401e790895eeebbde784 (patch) | |
tree | f019450277808ea73cf14d241d76ee9d129514a5 /docs/Config_Changes.md | |
parent | 14eec15267d395d0f72109838bf67c4080f30d4e (diff) | |
download | kutter-9727f00e504aaae5b7fd401e790895eeebbde784.tar.gz kutter-9727f00e504aaae5b7fd401e790895eeebbde784.tar.xz kutter-9727f00e504aaae5b7fd401e790895eeebbde784.zip |
docs: Minor update to safe_z_home change description in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index ada67ad0..75b4d0b1 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,10 +8,10 @@ All dates in this document are approximate. ## Changes -20221114: Previously, with safe_z_home, it was possible that the +20221122: Previously, with safe_z_home, it was possible that the z_hop after the g28 homing would go in the negative z direction. Now, a z_hop is performed after g28 only if it results in a positive -hop, mirroring the behavior of the z_hop the occurs before +hop, mirroring the behavior of the z_hop that occurs before the g28 homing. 20220616: It was previously possible to flash an rp2040 in bootloader |