mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
gcode: expose status with available commands
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
2c2bb720fa
commit
6676c1df86
2 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue