diff options
author | Eric Callahan <arksine.code@gmail.com> | 2022-06-21 12:39:00 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-27 10:09:02 -0400 |
commit | 6ad6e39ad227a6d782946501e95627a6843beb04 (patch) | |
tree | 3346093e9da25befbe0f3867014d586184f10e5d /docs/G-Codes.md | |
parent | a431900f7f90b8dca56bed5e5a2564411e780ee9 (diff) | |
download | kutter-6ad6e39ad227a6d782946501e95627a6843beb04.tar.gz kutter-6ad6e39ad227a6d782946501e95627a6843beb04.tar.xz kutter-6ad6e39ad227a6d782946501e95627a6843beb04.zip |
docs: add SET_DISPLAY_TEXT documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 74757a48..78949980 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -295,6 +295,11 @@ provides the following standard G-Code commands: - Display Message: `M117 <message>` - Set build percentage: `M73 P<percent>` +Also provided is the following extended G-Code command: +- `SET_DISPLAY_TEXT MSG=<message>`: Performs the equivalent of M117, + setting the supplied `MSG` as the current display message. If + `MSG` is omitted the display will be cleared. + ### [dual_carriage] The following command is available when the |