-
Notifications
You must be signed in to change notification settings - Fork 33
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
add buttons in chain settings to let you move up/down by 1 chain link #132
Comments
I don't think chain sag/elasticity comes into play with the extend chain as it uses singleaxismove, which doesn't call any of the kinematics. The idea make sense and I agree that setting really should be multiples of chain pitch rather than mm. But we can make webcontrol do all the conversions on that page. Would be a good time to add in the automatic calculation of the number of links and user can adjust from there based upon their preference. Some might like it higher on the board and others lower. I think the number of links that put the sled closest to the center should be the default. |
so would you use the quick configure measurements to determine where the center is and then put the sled closest within an integer multiple of chain links muliplied by the chain pitch? |
I would use the normal calibration (ideally holey) and then let the user move
up/down by one-link increments until the user is where they want 'home' to be
and then store that length and tell the user to mark the links currently at 12
o'clock
David Lang
|
Yes, and then as @davidelang suggested, let the user move it up/down a link. It would be nice if there was a button that moved both chains but I don't know if that the firmware can handle simultaneous "singleaxismove" commands. I think I tried at one time and it didn't work out as expected. |
currently it can't, so the one button would have to drop one side, then the
other side.
David Lang
…On Fri, 15 May 2020, madgrizzle wrote:
Yes, and then as @davidelang suggested, let the user move it up/down a link. It would be nice if there was a button that moved both chains but I don't know if that the firmware can handle simultaneous "singleaxismove" commands. I think I tried at one time and it didn't work out as expected.
|
one thing that it would be good to do is to let people set the position of the chain length reset. you can do this manually in the settings, but it would be nice to have buttons that let you extend/retract both chains by 6.35mm and then save this with a button rather than having to go into settings
note, currently the firmware does not support this fully, because the extension distance is modified by chain sag/stretch, so when you extend to a given length, the sprockets may not quite be at 12 o'clock, but fixing that would require significant firmware changes.
The text was updated successfully, but these errors were encountered: