-
-
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] Fast / erratic homing moves #27354
Comments
Would you be able to test some The strategy is to find a commit from some point in the "distant" past where the feature works. Then, test a commit from halfway between that date and today…. And then you keep going to the commit half-way in between your "known to work" commit and your "known to be broken" commit until you find the exact day where it broke. If you started from a point 256 commits in the past, it would take no more than 8 tests to find the exact commit that broke it. |
G33 delta calibration works on 2024-07-27 bugfix. |
Also fails in bugfix 89b0143 from Aug.11. IMG_2056.MOV |
Thanks for tracking it down!
It actually worked in our favor since you found the exact commit, but there must have been a GitHub glitch since all the commits from #27346 were merged into |
My apologies, @thisiskeithb. My last post was badly worded, as it implies that the failure is in 89b0143. I should have said that it "also fails in 89b0143". I have not checked prior to that, as I am having trouble locating the full commits. However, we do know that it was good on July 27, and bad on August 11. |
You can always find all commits by clicking on the "Commits" section from the main repo page: This will lead you to the full commit history where you can browse the code from any point in time:
So close! 89b0143 is likely the source of issues for you since it causes a really fast X/Y travel move to Resetting to right before that commit (i.e. 0790a9d) will likely fix the reported issue, so give it a try: .ZIP link Here's a .ZIP link of compatible Configurations if you don't want to back port your config. Note: You'll need to remove the two " |
Bingo. 0790a9d works. The next commit, 89b0143, does not. Just as you suspected, @thisiskeithb. |
@rq3: Can you try thinkyhead’s suggestion? #27349 (comment) Edit: thinkyhead snuck e2d8b2f in, so grab the latest bugfix and give it a test. This fixes the super fast x/y homing move on my i3 machines. |
I'm on it. Will report back soon. |
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. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The bugfix as of August 16, 2024 fails to home during a G33 delta calibration. After the last probe point, when it should gracefully home and then start the next iteration, it randomly moves at high speed in any axis.
Bug Timeline
new
Expected behavior
I expect it to complete G33.
Actual behavior
It randomly moves at high speed on a random axis when it should be homing after a G33 iteration.
Steps to Reproduce
Version of Marlin Firmware
latest bugfix (Aug. 16, 2024)
Printer model
Anycubic Predator
Electronics
Stock Trigorilla Pro (STM32F103ZETA)
LCD/Controller
Anycubic TFT 3.5
Other add-ons
none
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
config.zip
The text was updated successfully, but these errors were encountered: