-
Notifications
You must be signed in to change notification settings - Fork 95
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
Spindle enable Bit #1
Comments
@yaroslavVl I told you it was going to be a problem @cncPan check this: usbcnc/grbl#63 |
Thank you for the comment . I configured $30 = $31 = 1000 , min and max spindle speed the same value and used spindle_pwm_bit as enable bit. |
Ok, I'll fix it.
Is it ok if we will use PWM+enable+direction instead of PWM+enable? |
@yaroslavVl I guess so, since it doesn't leave either pin non-functional |
Ok, now PWM, Direction and Enable are avalaible by default. You can disable PWM (VARIABLE_SPINDLE) or Enable (USE_SPINDLE_ENABLE_PIN) or both, but direction will always run. |
Hello
I am sending M3 , M5 commands but i can not see PB1 bit (spindle enable bit) to toggle.
The text was updated successfully, but these errors were encountered: