-
-
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] Sensorless homing with SKR 1.3/TMC2209 failed #17057
Comments
Disabling QUICK_HOME it works fine |
Same experience here. Glad I'm not the only one - I've been diffing files trying to find some configuration schema change but came up with nothing. Disabling QUICK_HOME in the meantime. Thanks for the heads up @gsxr2001 |
Also have the exactly same issue. I will try to figure out what the problem is. I have an backup of the firmware (~2 weeks) which doesn't cause this problem, unfortunately only the compiled bin file. But I guess I will find the revision by file-date. |
I also have issues with sensorless homing on my SKR v1.2. It sometimes does not jome correctly after a ptint has finished andd another print is about to start. This seems to be random. In one case it didn't move any axis and hence 0 for x was where the extruder just happened to be and the print started in the right corner of the bed. |
Same issue with SKR mini e3. With SENSORLESS_HOMING and QUICK_HOME enabled. Seems to be related to this change: |
wow... Disabling QUICK_HOME does not work for me. Good thing I keep the working copy around... |
Ah, well we can just run a comparison on these then. |
There are only three changes between 2.0.4.3 and 2.0.4.4 that seem likely to affect sensorless homing. (I have not looked at changes in the same time period in the
Thanks for helping to improve Marlin and to wrangle these interesting new hardware combinations! |
Commenting out lines 109-110 in |
What are 109-110 lines? Because in Marlin 2.0.4.4 at that lines I don't have uncommentable lines |
I'm sorry, i wrote that wrong. I mean "commenting out lines 109 - 110". |
Also seeing this on an SKR 1.4 with TMC 2209's. Removing these lines fixed it for me as well: https://github.com/MarlinFirmware/Marlin/pull/16872/files |
The problem has not been resolved! Not completely. Commenting on the 2 lines, there is no longer the problem of moving in the opposite direction, but the quick home still does not work! At this point it is better to disable QUICK_HOME. So the problem is not solved. |
How does the quick home not work? By the way, the issue here is that the motors move in the opposite direction, which actually can be resolved by removing this 2 lines. Therefore THIS problem is solved. If you have another problem regarding a different (perhaps similar) topic, feel free to create a new issue so that the developers can keep track of the different issues. |
The problem of opposite direction can be solved commenting (disabling) QUICK_HOME. The result is the same |
If |
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
Marlin 2.0.4.4 on SKR 1.3 with TMC2209 UART mode, sensorless home for X and Y, 3DTouch for Z. QUICK_HOME enabled
If I home axes individually, all work perfectly. If I home all (just G28) it goes just for 2 or 3mm. Then goes to opposide side (see video)
Got back to 2.0.3 all work again
My Configurations
Configuration.zip
Steps to Reproduce
Expected behavior: [What you expect to happen]
It goes home
Actual behavior: [What actually happens]
It goes to opposide side
Additional Information
https://youtu.be/rguBzUyfv5Y
The text was updated successfully, but these errors were encountered: