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
This is less of an "issue" and more of a question. In line number 118 of "stepper.c", the following variable is declared:
uint8_t step_pulse_time; // Step pulse reset time after step rise
I cannot find where the variable gets assigned, nor where it gets used in the program. How does GA set the stepper "on" time?
Do you want to create a "Discussions" section in this repository for questions like this? Thanks!
The text was updated successfully, but these errors were encountered:
No, this setting isn't used anymore. Step pulse time is a fixed value https://github.com/Schildkroet/GRBL-Advanced/blob/software/grbl/Stepper.c#L459-L464
Sorry, something went wrong.
No branches or pull requests
This is less of an "issue" and more of a question. In line number 118 of "stepper.c", the following variable is declared:
uint8_t step_pulse_time; // Step pulse reset time after step rise
I cannot find where the variable gets assigned, nor where it gets used in the program. How does GA set the stepper "on" time?
Do you want to create a "Discussions" section in this repository for questions like this?
Thanks!
The text was updated successfully, but these errors were encountered: