diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2023-01-18 00:06:45 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-02-03 18:16:19 -0500 |
commit | fa78e6b8fb392baf0a8fdcdda9fad7c0383bd1ff (patch) | |
tree | efae63e2306581bd622df71bcfa26eaad8992475 /docs/Config_Changes.md | |
parent | d479366242cadc43775f74e0772c9c961c597ec4 (diff) | |
download | kutter-fa78e6b8fb392baf0a8fdcdda9fad7c0383bd1ff.tar.gz kutter-fa78e6b8fb392baf0a8fdcdda9fad7c0383bd1ff.tar.xz kutter-fa78e6b8fb392baf0a8fdcdda9fad7c0383bd1ff.zip |
screws_tilt_adjust: status result as dictionary
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index f77a9bd9..3a38fd40 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,11 @@ All dates in this document are approximate. ## Changes +20230202: The format of the `printer.screws_tilt_adjust` status +information has changed. The information is now stored as a dictionary of +screws with the resulting measurements. See the +[status reference](Status_Reference.md#screws_tilt_adjust) for details. + 20230201: The `[bed_mesh]` module no longer loads the `default` profile on startup. It is recommended that users who use the `default` profile add `BED_MESH_PROFILE LOAD=default` to their `START_PRINT` macro (or |