-
I am working on a custom sender feature. At times, I need to feed hold the gcode/grbl, get status for line number of gcode currently in hold, then cancel or stop all buffered gcode. Pretty much like what the jog cancel does for jogging. I have been using soft reset, but I haven't gotten some of the handshaking to work well and get an alarm3 sometimes when I send the reset. Is there a proper way to cancel the current gcode that is in a hold and clear the buffer? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Send jog cancel (0x85) - this clears both the serial input buffer and the line buffer. |
Beta Was this translation helpful? Give feedback.
-
I tried to mark the stop command as the answer, but github took away the option. Reposting it to close this as solved. |
Beta Was this translation helpful? Give feedback.
I tried to mark the stop command as the answer, but github took away the option. Reposting it to close this as solved.