-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Delay of starting motor after relasing brake #16
Comments
@georgekiwi so what you are saying is, that the time between disabling the brake and sending the first step signal is to long, right? |
Hi, (I don't know if it is important, but I do not actually use the feature for a brake, I use it to disable the driver so the stepper doesn't get so warm) |
I see, thank you for the response. |
oh, sorry, just got it, these values are just for engaging the brake, not for releasing before moving. Sorry, yeah, that would require quite some work, since it needs to be adapted in the ESP_FlexyStepper library and then in the Server and UI. I will see into it these days, but feel free to create pull request if you are feeling like adapting it in ESP-FlexyStepper Library already :-) |
Thanks for your response. I'm afraid thats a bit beyond my C-skills ;) One more thing: The documentation for the CLI has two errors I think Cheers |
thanks, I fixed the readme and pushed to master branch |
Is your feature request related to a problem? Please describe.
Hi,
I tried your library and I like it a lot!
When I use the stepper without the brake feature, everything works fine.
However, when using the brake feature, the driver does not enable the stepper fast enough, so that about 10-20 steps get lost everytime.
Describe the solution you'd like
Is it possible to define an additional variable that controls the time period between releasing the brake and outputting the motor steps?
Cheers
gk
The text was updated successfully, but these errors were encountered: