-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
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
[BUG] UBL with PROBE_MANUALLY can crash into the bed when "Mesh Edit" or "Fine Tune All" or "Fine Tune Closest" from LCD #19804
Comments
is this related to #19814 ? |
no |
Don't be fooled by the "Merged" PR above, that was a similar issue that I thought might have shared a root cause with this. It is very similar, but in different code. |
@qurvento I've posted a PR with your recommended changes. Can you look at it and verify that it works how you would expect? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Closing this as resolved, since we haven't heard back from @qurvento after the merged PR. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
UBL with PROBE_MANUALLY crashes into the bed when running "Mesh Edit" or "Fine Tune All" or "Fine Tune Closest" from LCD. The printer tries twice to set Z=0 and crashes into the bed if current point's Z>0.My Configurations
Creality Ender-3 v4.2.2
Marlin 2.0.7.1
AUTO_BED_LEVELING_UBL, PROBE_MANUALLY, LCD_BED_LEVELING, MESH_EDIT_MENU, UBL_MESH_EDIT_MOVES_Z
cfg.zip
Steps to Reproduce
Expected behavior: moves to mesh point's Z plus paper width
Actual behavior: moves Z=0, back to Z_CLEARANCE_BETWEEN_PROBES and again to Z=0.
In
unified_bed_leveling::fine_tune_mesh()
:0 if 'H' option is missing. Could be set to MANUAL_PROBE_START_Z instead:
Redundant Z move after moving to start position:
The text was updated successfully, but these errors were encountered: