diff options
author | chestwood96 <adi.joachim12@gmail.com> | 2022-06-30 19:56:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 13:56:35 -0400 |
commit | 167736ad1c127735806ba06858bc74c8ce6d49df (patch) | |
tree | e97c304b1f374c15107bc6b19c04e259936e2b0e /docs | |
parent | a8f08b08ca0b1c47312338438fe81809531e4cdb (diff) | |
download | kutter-167736ad1c127735806ba06858bc74c8ce6d49df.tar.gz kutter-167736ad1c127735806ba06858bc74c8ce6d49df.tar.xz kutter-167736ad1c127735806ba06858bc74c8ce6d49df.zip |
respond: No forced spaces (#5152)
Signed-off-by: Adrian Joachim <adi.joachim12@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 78949980..afa808c8 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1010,6 +1010,8 @@ The following additional commands are also available. configured default prefix (or `echo: ` if no prefix is configured). - `RESPOND TYPE=echo MSG="<message>"`: echo the message prepended with `echo: `. +- `RESPOND TYPE=echo_no_space MSG="<message>"`: echo the message prepended with + `echo:` without a space between prefix and message, helpful for compatibility with some octoprint plugins that expect very specific formatting. - `RESPOND TYPE=command MSG="<message>"`: echo the message prepended with `// `. OctoPrint can be configured to respond to these messages (e.g. `RESPOND TYPE=command MSG=action:pause`). |