We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run the following sequence:
M584 X123.0 M569.7 P123.0 C"brake" V24 M569.1 P123.0 T2 S200 C1000 R15 I200 D0.02 A250000 V800 M906 X3000 M569 P123.0 D2 M17 X
then brake PWM is no longer applied, the full voltage is applied to the brake. This bug is present in at least 3.5.3 and in 3.6.0-beta.1.
The text was updated successfully, but these errors were encountered:
Simpler way to reproduce this issue: enable the motor using M17 before using M569.7 to configure the brake port.
Sorry, something went wrong.
Fixed and tested in 3.5-dev and 3.6-dev.
dc42
No branches or pull requests
If I run the following sequence:
then brake PWM is no longer applied, the full voltage is applied to the brake. This bug is present in at least 3.5.3 and in 3.6.0-beta.1.
The text was updated successfully, but these errors were encountered: