diff options
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 |