Added build info feedback in help
- `$I` prints the Grbl build info and version number. NOTE: `$I=xxx` stores an additional 30 character string into EEPROM, which will be printed with the build info the next time it’s run. This is for identification purposes for users that have more than one system using Grbl.
This commit is contained in:
parent
71f333ddca
commit
06832148a8
1 changed files with 1 additions and 0 deletions
1
report.c
1
report.c
|
|
@ -144,6 +144,7 @@ void report_grbl_help() {
|
||||||
printPgmString(PSTR("$$ (view Grbl settings)\r\n"
|
printPgmString(PSTR("$$ (view Grbl settings)\r\n"
|
||||||
"$# (view # parameters)\r\n"
|
"$# (view # parameters)\r\n"
|
||||||
"$G (view parser state)\r\n"
|
"$G (view parser state)\r\n"
|
||||||
|
"$I (view build info)\r\n"
|
||||||
"$N (view startup blocks)\r\n"
|
"$N (view startup blocks)\r\n"
|
||||||
"$x=value (save Grbl setting)\r\n"
|
"$x=value (save Grbl setting)\r\n"
|
||||||
"$Nx=line (save startup block)\r\n"
|
"$Nx=line (save startup block)\r\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue