diff options
author | Eric Callahan <arksine.code@gmail.com> | 2023-06-17 08:12:02 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-06-20 11:48:17 -0400 |
commit | 9a77d8859bb5d53d194e5e0360e4f82e9637f801 (patch) | |
tree | 229515e409de57e835a90661ce840cd4987d140a /docs/Config_Changes.md | |
parent | 8fe18f27a94df0a9d394824a3e648ee7f8fc280a (diff) | |
download | kutter-9a77d8859bb5d53d194e5e0360e4f82e9637f801.tar.gz kutter-9a77d8859bb5d53d194e5e0360e4f82e9637f801.tar.xz kutter-9a77d8859bb5d53d194e5e0360e4f82e9637f801.zip |
docs: note rri deprecation in config_changes
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 9ad7ce24..6e4ebf31 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,13 @@ All dates in this document are approximate. ## Changes +20230619: The `relative_reference_index` option has been deprecated +and superceded by the `zero_reference_position` option. Refer to the +[Bed Mesh Documentation](./Bed_Mesh.md#the-deprecated-relative_reference_index) +for details on how to update the configuration. With this deprecation +the `RELATIVE_REFERENCE_INDEX` is no longer available as a parameter +for the `BED_MESH_CALIBRATE` gcode command. + 20230530: The default canbus frequency in "make menuconfig" is now 1000000. If using canbus and using canbus with some other frequency is required, then be sure to select "Enable extra low-level |