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
Need to adjust 'Enable' code to PORT 0000000's in order to shutdown power to the stepper motors when sitting idle.
I think this should be implemented where the 'grbl' setting ( $1 - Step idle delay, milliseconds ) is made as described here - https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration
To see how the motors are controlled visit this projects code at https://github.com/tgit23/GRBL-28byj-48/blob/master/grbl/stepper.c
At line #400 where PORTD is assigned; It looks by glance that go_st_idle in this same file might be where the ports need to be 0000'ed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to adjust 'Enable' code to PORT 0000000's in order to shutdown power to the stepper motors when sitting idle.
I think this should be implemented where the 'grbl' setting ( $1 - Step idle delay, milliseconds ) is made as described here -
https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration
To see how the motors are controlled visit this projects code at https://github.com/tgit23/GRBL-28byj-48/blob/master/grbl/stepper.c
At line #400 where PORTD is assigned; It looks by glance that go_st_idle in this same file might be where the ports need to be 0000'ed.
The text was updated successfully, but these errors were encountered: