Updates and a couple of fixes for add servo support to magnetic probe #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Requirements
When moving to stow a probe it does not use the z after homing position before continuing, this leaves the z probe pressed against the bed, if stowing, it should just continue to try and stow the probe.
When checking the configuration and using deactivate_servos_after_move the sanity check needs to now take into account the new config setting.
After completing a sequence which makes use of the probe, such as homing, ABL etc, it should move to a safe position before deploying or stowing.
Benefits
Configurations
Add two configuraitons one for pre deploy of the probe and one for pre stow of the probe, this is to allow the nozzle to be moved to a save position before deploying or stowing and stops crashes into the moved servo arm.
Related Issues
No other issues in this PR