CloakedCode/Mental Dockable Probe #43
Merged
+1,208
−0
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.
annexed_probe: added dock_retries configuration option
annexed_probe: renamed decouple_speed to detach_speed for consistency
Annexed_Probe.md: initial commit of documentation
Config_Reference.md: added annexed_probe config section
annexed_probe: retry attempts must be greater than 1
annexed_probe: redefine default speeds
annexed_probe: changed delayed detach to optional
Annexed_Probe.md: added section for delayed_detach option
Annexed_Probe.md: (fixed invalid characters and whitespace errors
Annexed_Probe.md: Added additional documentation and gcode reference
Config_Reference.md: Removed extra spaces for annexed_probe and added allow_delayed_detach parameter
G-Codes.md: added annexed_probe gcode reference
annexed_probe.py: changed initial position execution to after docking completed
annexed_probe: rename to dockable_probe
dockable_probe: remove ability to set manual_probe_state
dockable_probe: change docking points to discrete coordinates instead of vectors
Annexed_Probe.md: fixed typo in tool velocities
dockable_probe: corrected typos
dockable_probe.py - Corrected typo in _do_detach()
dockable_probe: Python3 compatibility and misc fixes in parseCoord