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
I'm using the Makerbase tft32 and it works with 328p grbl, but not with STM32 grbl. The makerbase tft32 sends grbl data to the grbl controller through serial, typically rx/tx. https://github.com/makerbase-mks/MKS-TFT/tree/master/MKS_TFT_CNC Thank you!
The text was updated successfully, but these errors were encountered:
See #59 (comment), I have no idea where this is defined - search is not working for code.
Sorry, something went wrong.
I think it's in the Makefile, line 102 . Remove -DUSEUSB, and it will use serial instead... (see main.c)
No branches or pull requests
I'm using the Makerbase tft32 and it works with 328p grbl, but not with STM32 grbl.
The makerbase tft32 sends grbl data to the grbl controller through serial, typically rx/tx.
https://github.com/makerbase-mks/MKS-TFT/tree/master/MKS_TFT_CNC
Thank you!
The text was updated successfully, but these errors were encountered: