manual_probe: Use configfile note_valid=False when inspecting Z position_endstop

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-12-13 10:18:39 -05:00
parent 65a49d17dd
commit 89183edbda
5 changed files with 13 additions and 11 deletions

View file

@ -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