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

Change to Accelstepper library #66

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

awigen
Copy link
Contributor

@awigen awigen commented Oct 21, 2018

This is a proof of concept using AccelStepper for all moves.

There is also a new homing sequence using stallguard which works most of the time but could use some tweaking.

Using AccelStepper to handle acceleration / deceleration greatly simplifies a lot of the code.

@KarlZeilhofer
Copy link

KarlZeilhofer commented Oct 23, 2018

@awigen
Hi,
I don't know this library, just had a short glance on it. Does it support interaction during a movement, or is it completely blocking?

I think for future improvements it must be able to adjust speed, or interrupt the planned motion.

I also implemented accelerated movements, but with my own state machine, as you can review here in my rework branch: https://github.com/KarlZeilhofer/MM-control-01/tree/rework
Currently it's still blocking, but it should be adopted to be interruptible in future.

Greets, Karl

@PavelSindler
Copy link
Contributor

Thank you for your work. We will test it now.

@mkbel mkbel added the enhancement New feature or request label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants