diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-01-04 12:04:45 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-01-04 12:04:45 -0500 |
commit | cbc17a7cb6569ea39621404456e55c4b6ce01189 (patch) | |
tree | cbd21e14a8beb97889944dd70016b05233a8c9da | |
parent | 3cd8a72e60f8d42b7defe70248e5754c089a6be9 (diff) | |
download | kutter-cbc17a7cb6569ea39621404456e55c4b6ce01189.tar.gz kutter-cbc17a7cb6569ea39621404456e55c4b6ce01189.tar.xz kutter-cbc17a7cb6569ea39621404456e55c4b6ce01189.zip |
docs: Note v0.11.0 release in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 54af4b8b..c22ed1fa 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -7,11 +7,14 @@ document when upgrading the Klipper software. All dates in this document are approximate. ## Changes + 20230103: It is now possible with the flash-sdcard.sh script to flash both variants of the Bigtreetech SKR-2, STM32F407 and STM32F429. This means that the original tag of btt-skr2 now has changed to either btt-skr-2-f407 or btt-skr-2-f429. +20221128: Klipper v0.11.0 released. + 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 |