-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Delta printer Calibrate X/Y/Z strange behaviour #16007
Comments
I was able to reproduce this even with code prior to my recent delta probing changes (b904ba0). The center Something very strange is happening with this. I added some serial prints to the code, and I see the prints from the command attempting to execute multiple times, even though it was only selected once. I then see "cold extrusion prevented" before the controller resets.
|
Almost the same problem on delta (FLSUN QQ-S) with MKS Robin Mini board. Press Calibrate X(/Y/Z) - printer just hangs and to not respond to touchscreen. |
I have the same problem, Allso i have problem with delta calibration, G33 |
Can anyone responding to this echoing the same problem explain whether these options are actually useful? I am not sure if they are needed, or if they are completely replaced by G33 delta calibration. I don’t have time to look any further into this right now. I don’t actually use these options, so I wouldn’t even notice if they were gone. |
who knows the last working version? |
@vijexa since 2.0 was just released a few days ago has this changed this issue at all? |
Hi. I can confirm, that build from 1.12.2019 still has this issue. |
This is happening because the planning buffer fills up and I've tested a hacked in fix that uses a static local to track whether This doesn't seem like the right fix, but I'm having trouble figuring out how to avoid recursive callbacks from the menu when @thinkyhead, do you have a suggestion for this, or know who I could talk to for a recommendation? |
|
@InsanityAutomation andbi have been talking about this a bit. The problem is that he doesn’t have a delta and I don’t presently have time. We are currently considering whether these are completely obsolete. They have probably been broken for a long time, and if you use G33 I don’t think you shouldn’t need them. Even if you do need to manually calibrate, these don’t actually store any settings, they simply let you manually probe a height through the LCD, so they really are not that great of a solution. One option is to simply delete them. This will prevent people who don’t actually need them from reporting issues. Nobody replied to my question on this issue asking whether this capability actually matters. If people complain that they are still important, they could be replaced with something more useful that actually does something, such as a G33 P3 to probe the tower heights. |
@vijexa when you get time please have a retest and as bugfix 2.0.x is updated daily please retest say every 14 days or so |
My pull request mentioned above has not been merged yet. They are welcome to test with the changes in my PR, but I can guarantee it is still broken in bugfix-2.0.x. |
@vijexa @KosVas91 @istyszy @nivaman as @sjasonsmith just asked could one of you try it out and verify that it fixes the issue for you? |
@boelle I think you can go ahead and close it. They've had a week, so we'll just need to depend on my testing when I created the fix. |
oki, just ping me if we need to reopen, i just have a rule of thumb not to close verified ones |
I apologize if this is not aloved, but just for info - I have loaded firmware from end of January and can confirm that Delta calibration is now working. |
@nivaman definitely allowed and appreciated! Thanks for the confirmation :) |
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 pressing Calibrate X(/Y/Z) in Delta Calibration printer starts to shake printhead in direction of corresponding tower and reboots after few seconds.
Steps to Reproduce
Configuration files: Configuration.zip
Hardware: Anycubic Kossel Linear Plus with Bigtreetech SKR v1.3 board
Expected behavior: Printer starts to calibrate corresponding axis (not sure though, using this features for the first time and can't find any info)
Actual behavior: Printer starts to violently shake printhead in direction of corresponding tower and reboots after few seconds
Additional Information
Marlin is downloaded today (26th of November) from bugfix-2.0.x branch.
Here is a video I recorded: https://www.youtube.com/watch?v=qgJ1AZSIq4c (there is a probe attached, without a probe behaviour is the same)
The text was updated successfully, but these errors were encountered: