G38 probe target integration - allow all probe types, probe tool, offsets, handle deploy/stow#28152
Open
DerAndere1 wants to merge 4 commits intoMarlinFirmware:bugfix-2.1.xfrom
Open
G38 probe target integration - allow all probe types, probe tool, offsets, handle deploy/stow#28152DerAndere1 wants to merge 4 commits intoMarlinFirmware:bugfix-2.1.xfrom
DerAndere1 wants to merge 4 commits intoMarlinFirmware:bugfix-2.1.xfrom
Conversation
1155616 to
76833d4
Compare
b461078 to
95d9199
Compare
52532da to
06c6c47
Compare
a25973c to
4360938
Compare
043651d to
239c536
Compare
239c536 to
f58bbc7
Compare
cea2906 to
d388752
Compare
cfaeebc to
a7cc2b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
G38 (probe target) integration into probes.h/cpp and more unified probing logic.
allow all probe types, PROBING_TOOL, offsets, Z_PROBE_ERROR_TOLERANCE, handle deploy/stow.
Tips:
For a spindle-mounted probe aka 3D finder / 3D sensor like those used in industrial machining centers: When #27614 will be merged, the probe can be set up as an additional tool. It can already be be set up as an additional dummy extruder as follows:
Before sending G38, it is recommended to have trusted axis positions. Axis positions are trusted after homing (G28) until steppers power off.
Before and after G38 it is recommended to send an explicit tool change command:
Requirements
G38_PROBE_TARGET, any probe (NOZZLE_AS_PROBE / SENSORLESS_PROBING should also work)
Benefits
General improvements:
Configurations
None
Related Issues
#28087
#10861
#26887