diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-13 10:18:39 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-13 10:41:40 -0500 |
commit | 89183edbda903c14a21fa712418b06979c25f732 (patch) | |
tree | 4d2b6be07fdb4ddff5f73aaca62a1c7c32375e5c /docs/Config_Changes.md | |
parent | 65a49d17ddf8c89680087e783f493f3f92fa26b5 (diff) | |
download | kutter-89183edbda903c14a21fa712418b06979c25f732.tar.gz kutter-89183edbda903c14a21fa712418b06979c25f732.tar.xz kutter-89183edbda903c14a21fa712418b06979c25f732.zip |
manual_probe: Use configfile note_valid=False when inspecting Z position_endstop
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 ff3a2028..c973c6fa 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20201213: It is not valid to specify a Z "position_endstop" when using +"probe:z_virtual_endstop". An error will now be raised if a Z +"position_endstop" is specified with "probe:z_virtual_endstop". +Remove the Z "position_endstop" definition to fix the error. + 20201120: The `[board_pins]` config section now specifies the mcu name in an explicit `mcu:` parameter. If using board_pins for a secondary mcu, then the config must be updated to specify that name. See the |