diff options
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 |