Response to '$' help command also sends an 'ok'

master
xjnxjnxjn 2018-07-29 13:08:53 +02:00
rodzic a99bf3cb0e
commit 82954bc6e7
1 zmienionych plików z 1 dodań i 0 usunięć

@ -28,6 +28,7 @@ Type $ and press enter to have Grbl print a help message. You should not see any
```
[HLP:$$ $# $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H ~ ! ? ctrl-x]
ok
```
The $-commands are Grbl system commands used to tweak the settings, view or change Grbl's states and running modes, and start a homing cycle. The last four **non**-'$' commands are realtime control commands that can be sent at anytime, no matter what Grbl is doing. These either immediately change Grbl's running behavior or immediately print a report of the important realtime data like current position (aka DRO). There are over a dozen more realtime control commands, but they are not user type-able. See realtime command section for details.