aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArksine <arksine.code@gmail.com>2019-12-20 17:19:43 -0500
committerKevinOConnor <kevin@koconnor.net>2020-01-09 14:14:13 -0500
commit46d0c6bdfc346ee6d3e6db704578679cb9fe55c5 (patch)
tree5c187997074fb20269c7584b3068b48e24801365
parent97b4eff424a3ab73d172779140730058d0f278f6 (diff)
downloadkutter-46d0c6bdfc346ee6d3e6db704578679cb9fe55c5.tar.gz
kutter-46d0c6bdfc346ee6d3e6db704578679cb9fe55c5.tar.xz
kutter-46d0c6bdfc346ee6d3e6db704578679cb9fe55c5.zip
docs: Update Config_Changes.md to reflect bed_mesh changes
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rw-r--r--docs/Config_Changes.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 3a432d5a..5f45970a 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,18 @@ All dates in this document are approximate.
# Changes
+20191220: The bed_mesh module now references the probe's location
+in for the mesh configuration. As such, some configuration options
+have been renamed to more accurately reflect their intended
+functionality. For rectangular beds, `min_point` and `max_point`
+have been renamed to `mesh_min` and `mesh_max` respectively. For
+round beds, `bed_radius` has been renamed to `mesh_radius`. A new
+`mesh_origin` option has also been added for round beds. Note that
+these changes are also incompatible with previously saved mesh profiles.
+If an incompatible profile is detected it will be ignored and scheduled
+for removal. The removal process can be completed by issuing the
+SAVE_CONFIG command. The user will need to re-calibrate each profile.
+
20191218: The display config section no longer supports "lcd_type:
st7567". Use the "uc1701" display type instead - set "lcd_type:
uc1701" and change the "rs_pin: some_pin" to "rst_pin: some_pin". It