-
-
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] Mesh Edit UBL Function does not work on delta printers #10435
Comments
Please test with the latest |
@pfjason If the current bugfix doesn't resolve the problem, you should be able to use the M421 command to edit mesh points. It is a little more complicated than using the G29 P4 interactive mesh editing... But it will allow you to adjust the mesh points to where you need them to be. @thinkyhead Perhaps we should remove the UBL G29 P4 capability and make it stand alone (and optional) for any mesh based leveling system??? Kind of like the G26 was originally for UBL, but now it works for all mesh based systems. |
My printers will be tied up for a little bit, but I'll test it when I can. |
I appreciate the way UBL works, for those who like to make the mesh span the bed, even where the probe can't reach. But I think it's also appreciated to have a leveling system that does everything automatically and doesn't require a mix of auto and manual leveling. And, it would be a pretty big re-work of ABL to combine both auto and manual leveling; essentially a total rewrite of its |
I am the same problem. |
It might help to back up 4 or 5 months and try an older version of Marlin and see if the problem exists. I think it probably will not exists. If that is true, we can look at the differences between the older code and the current code with respect to G29 P4. The big problem is I don't have a Delta printer so it is difficult to trouble shoot problems without assistance. I suspect the problem is something small and won't be hard to fix. But without a little more information, it is going to be difficult to figure this out. |
Thank you. |
Reverted a part of #9510 labeled as "SHOULD NOT OCCUR" but maybe it COULD OCCUR after all…? |
I tested 21f5ca6. |
|
When running G29P4, the head is about 1 mm away from the glass surface, so lowering the head with the LCD dial will lower the head. |
If you increase |
And this is just opinion... But I wouldn't have 1mm of clearance while running the nozzle around an uncalibrated bed. That just sounds dangerous. A few seconds to raise and lower the nozzle might make some sense. |
Thank you very much. I will check it. |
@pfjason did you get a chance to check? |
Way back in april, on the latest bugfix from way back then, it was not fixed. Since then I've replaced the boards in all my printers and am no longer running Marlin, so I have no idea now. |
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. |
Description
When clicking "Edit Mesh" in the UBL menu, the printer homes, then tries to send the X axis to 0, then Y to 0, ignoring the fact that the printer is a delta and nearly breaking my rods.
Steps to Reproduce
On at least my Anycubic Kossel Linear Plus, but I would assume any delta printer, click "Edit Mesh" in the UBL menu.
Expected behavior: Functionality to edit the built mesh
Actual behavior: X goes to 0 position, sending the effector way outside of the towers, then Y starts to do the same and I emergency powerdown the printer.
The text was updated successfully, but these errors were encountered: