diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2023-11-06 15:06:36 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-12-11 11:51:51 -0500 |
commit | 6676c1df86e9cb9480b9dd98f77357f69d8ef0d8 (patch) | |
tree | a5035971655db75f4baca71f42d75e6ce1757ce1 /docs | |
parent | 2c2bb720fae54422cf10a71569ce40476e909c09 (diff) | |
download | kutter-6676c1df86e9cb9480b9dd98f77357f69d8ef0d8.tar.gz kutter-6676c1df86e9cb9480b9dd98f77357f69d8ef0d8.tar.xz kutter-6676c1df86e9cb9480b9dd98f77357f69d8ef0d8.zip |
gcode: expose status with available commands
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 5477049a..b64108ae 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -168,6 +168,12 @@ The following information is available in the module. These settings may differ from the config file if a `SET_RETRACTION` command alters them. +## gcode + +The following information is available in the `gcode` object: +- `commands`: Returns a list of all currently available commands. For each + command, if a help string is defined it will also be provided. + ## gcode_button The following information is available in |