-
Notifications
You must be signed in to change notification settings - Fork 73
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 pin issue #36
Comments
I have same problem like you. But also with your lines I have not PB13 working as expected. |
My working BIN-File is attached (rename *.txt to *.bin). Try it if you like ... |
Thanks for sharing, works your bin file. PB13 as expected, PA15 as probe input also fine now I would like to know in your BIN file were it's the PWM signal for spindle rpm's?. Thanks a lot!! |
PWM signal is PA8. |
Thanks a lot lakeroe. With your bin and CPU_MAP, everything is working so nice... thanks a lot for your help! |
hmm, yeah, strange condition.
Based on this condition, we will never be able to use this functionality with STM32F103C8T6 board. However, in the rest of the code this is assumed. I suggest to comment it out at all))) |
Hello,
for my application I need a separate spindle enable pin. With default settings PB13 is not working as expected. For this reason I uncommented following line in config.h
#define USE_SPINDLE_DIR_AS_ENABLE_PIN
This leads to an compilation error and I had to add "&& !defined(CPU_MAP_STM32F103)" in line 123 in grbl.h
Now it compiles fine and PB13 works as expected.
I just don't know if this is the intended way to do ...
Best regards,
lakeroe
The text was updated successfully, but these errors were encountered: