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

Can I cancel the key function of SD grbl? #43

Open
viewsat opened this issue Aug 14, 2021 · 2 comments
Open

Can I cancel the key function of SD grbl? #43

viewsat opened this issue Aug 14, 2021 · 2 comments

Comments

@viewsat
Copy link

viewsat commented Aug 14, 2021

Hello:
Can I cancel the key function of SD grbl? Or can you tell me where to modify the program.
Or it can be modified to read the grbl sd card period, if it exceeds the set time, it will end the read and return.

IMG_1735-cut

When I connect to grbl (arduino uno) without sd card, it will stay waiting and not work

IMG_1736-cut

@mstrens
Copy link
Owner

mstrens commented Aug 16, 2021

In file SetupTxt.cpp, there is curently a line
fillMPage (_P_PRINT , 8 , _SD_GRBL , _JUST_PRESSED , fGoToPage , _P_SD_GRBL_WAIT) ;

You can comment it adding "//" in front of it so like
//fillMPage (_P_PRINT , 8 , _SD_GRBL , _JUST_PRESSED , fGoToPage , _P_SD_GRBL_WAIT) ;

The button will not be displayed anymore.

@viewsat
Copy link
Author

viewsat commented Aug 17, 2021

In file SetupTxt.cpp, there is curently a line
fillMPage (_P_PRINT , 8 , _SD_GRBL , _JUST_PRESSED , fGoToPage , _P_SD_GRBL_WAIT) ;

You can comment it adding "//" in front of it so like
//fillMPage (_P_PRINT , 8 , _SD_GRBL , _JUST_PRESSED , fGoToPage , _P_SD_GRBL_WAIT) ;

The button will not be displayed anymore.

Thank you!
I used your instructions to modify, the SD grbl button has been cancelled.

IMG_1738-s

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