Skip to content
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

Open
davidelang opened this issue May 10, 2020 · 5 comments
Open

Comments

@davidelang
Copy link

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.

@madgrizzle
Copy link
Collaborator

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.

@Orob-Maslow
Copy link
Contributor

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?

@davidelang
Copy link
Author

davidelang commented May 15, 2020 via email

@madgrizzle
Copy link
Collaborator

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?

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.

@davidelang
Copy link
Author

davidelang commented May 15, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants