-
Notifications
You must be signed in to change notification settings - Fork 122
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
Relax chain after measuring chain length in calibration process #787
Comments
I am 99.99% sure that this is the behavior currently. The function to read the spacing between the motors goes
And the way that should work is that G91 switches the machine to relative mode, B09 L10 should add 10mm of slack and G90 switches back to absolute mode. Can you confirm that this isn't working right, and grab a copy of your log file when it doesn't work so I can dig into what is going on? |
I can confirm that this was not working. My chain remained under tension after the measurement step. |
Here is the log file that I found. Looks to me like the one you were asking for. Let me know if that helps. |
To save some time searching: |
I noticed that the 1.26 version does not give an option to relax chain tension again after measuring the chain length. I would suggest that either:
a) the chain is tensioned, chain length measured, and the chain automatically relaxed again
or b) a button appears that allows to relax the chain length manually
Currently the calibration jumps to the next step and no option exists to remove the chain from the right motor without overcoming the tension.
The text was updated successfully, but these errors were encountered: