We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin cannot determine if a given probe point is reachable or not. Afaik. It would need to take into account at least the following from Marlin:
X_MAX_POS
Y_MAX_POS
NOZZLE_TO_PROBE_OFFSET
M851
PROBING_MARGIN
but it seems it cannot get either of those.
So maybe we just add a button which makes one round like:
G30 <corner>
goto 2
EDIT: Added reference to M851
The text was updated successfully, but these errors were encountered:
[Settings] Add "Test" button to corner points setting.
a045a44
refs #2 Signed-off-by: Juri Berlanda <[email protected]>
No branches or pull requests
The plugin cannot determine if a given probe point is reachable or not. Afaik. It would need to take into account at least the following from Marlin:
X_MAX_POS
andY_MAX_POS
NOZZLE_TO_PROBE_OFFSET
- can be queried usingM851
- XYZ Probe OffsetPROBING_MARGIN
but it seems it cannot get either of those.
So maybe we just add a button which makes one round like:
G30 <corner>
goto 2
EDIT: Added reference to
M851
The text was updated successfully, but these errors were encountered: