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

Does Grbl-Advanced use the grbl stepper "on" time setting? #81

Open
jdeline opened this issue Jan 23, 2022 · 1 comment
Open

Does Grbl-Advanced use the grbl stepper "on" time setting? #81

jdeline opened this issue Jan 23, 2022 · 1 comment

Comments

@jdeline
Copy link

jdeline commented Jan 23, 2022

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!

@Schildkroet
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants