Switching Nozzle Probe Retract #27804
Merged
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.
In working with the Taz Twin Nebula dual extruder switching nozzle heads, we found that with a BLTouch the nozzle would often contact the bed before the probe. We wanted to keep the probe buries in order to minimize risk to damage from a failed print, so the best solution was to retract the tool head while probing then extend it again allowing larger nozzle to probe offsets.
The other issue observed when doing so manually with gcode to servo angles was when calling a tool after having modified it angles, such as a T0 in the start script, it did not restore, so this adds a servo command when old_tool == new_tool to ensure switching nozzle guarantees nozzle position when called.