-
Notifications
You must be signed in to change notification settings - Fork 194
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
GRBL CTRL+X command in tft35 #431
Comments
With the current Firmware it is not possible, cause the TFT "disconnects" if GRBL is in "Alarm Lock" state. @mks please fix this issue |
@Drayson80 yes and no. In other words, if this happens during use, your project is screwed :-( We need an option to bypass the "disconnected" state and force the TFT to send commands without messing around with command-flow-control. Maybe disabling flow-control for user-buttons would be the best and most easy option. |
@m-sja, @MKS-Sean, @makerbase-mks , could you please URGENTLY fix this issue or pls. provide the source so that it can be fixed by the community... with the current setting, the TFT is unusable :-( |
@MKS-Sean, @makerbase-mks Will this source be released like the other TFT source? I am a developer and will be using this for a CNC/Laser and would like to get this working nice. I am more than happy to modify the source and even commit my changes for others to use. Are the major differences just the built-in commands? |
@MKS-Sean, @makerbase-mks - Same here! Please post the source so we can help make it work correctly with GRBL |
Any update on this? @makerbase-mks @MKS-Sean |
Does anyone know if an earlier version will work? Really starting to regret buying this thing...since it doesn't work and all... |
did this already - now it got a new place in the basement... crap... complete crap... just a few bucks, but regret it... |
I am trying to configure the CTRL+X (0x18: Soft-Reset) command on my screen using the firmware for laser
Tell me how to set up an additional button for sending a command CTRL + X ?
My screen MKS TFT35 using the firmware for laser + board MKS DLC using firmware grbl 1.1
After clicking on the limit switches, you need to reset the grbl using the commands CTRL + X
For additional button $H(Run homing cycle) and $X(Kill alarm lock) edited the config file mks_config.txt
But I don't know what to send for the third button CTRL + X, send code 0x18 no work
--------- mks_config.txt------------------
#set number of "More" button
#edit command for 1~4 "More" button,each command must be separated by semicolon ";"
#how many "More" button display on screen interface
#command setting on button1~7
Thanks
The text was updated successfully, but these errors were encountered: