diff options
author | Arksine <arksine.code@gmail.com> | 2019-02-12 19:50:10 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-02-25 13:34:14 -0500 |
commit | f7d885458759484cdebbeaddb240811507ed947c (patch) | |
tree | 422b7bacc3f7280a0dcb376533a381dc39ac83f9 /docs/Config_Changes.md | |
parent | 7694c3e1b8c374a8d7c84685ff72f9edf3a23e16 (diff) | |
download | kutter-f7d885458759484cdebbeaddb240811507ed947c.tar.gz kutter-f7d885458759484cdebbeaddb240811507ed947c.tar.xz kutter-f7d885458759484cdebbeaddb240811507ed947c.zip |
bed_mesh: simplify configuration
The 'bed_shape' option has been removed. The user will enter a 'bed_radius' if they have a round be, otherwise they should enter 'min_point' and 'max_point'. When the bed is round the user should supply a 'round_probe_count' option, otherwise just 'probe_count'.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index fa2d295f..1f0a6445 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,10 @@ All dates in this document are approximate. # Changes +20190224: The bed_shape option has been removed from bed_mesh. The +radius option has been renamed to bed_radius. Users with round beds +should supply the bed_radius and round_probe_count options. + 20190107: The i2c_address parameter in the mcp4451 config section changed. This is a common setting on Smoothieboards. The new value is half the old value (88 should be changed to 44, and 90 should be |