diff options
author | Chris <chris@rootiest.com> | 2023-05-14 10:19:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 10:19:42 -0400 |
commit | 7511151ac95acb9f55efffa2ad5780bf2683d977 (patch) | |
tree | a3031d3efd9540094cd7afb921c02d869f34c149 /docs/Status_Reference.md | |
parent | 2471918f08c000cf4f5a77fd257788e3ea649431 (diff) | |
download | kutter-7511151ac95acb9f55efffa2ad5780bf2683d977.tar.gz kutter-7511151ac95acb9f55efffa2ad5780bf2683d977.tar.xz kutter-7511151ac95acb9f55efffa2ad5780bf2683d977.zip |
docs: Add gcode_button to the Status Reference docs (#6201)
Add gcode_button to the Status Reference docs
Signed-off-by: Chris Laprade <chris@rootiest.com>
Diffstat (limited to 'docs/Status_Reference.md')
-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 84b4de73..bff64d18 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_button + +The following information is available in +[gcode_button some_name](Config_Reference.md#gcode_button) objects: +- `state`: The current button state returned as "PRESSED" or "RELEASED" + ## gcode_macro The following information is available in |