diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-08-16 14:24:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-08-20 21:03:22 -0400 |
commit | 5f47a91464c196d5ae9970d273bf33740c032bab (patch) | |
tree | 3ae94dad829c5a6dde03d788db633a84507ea3b3 /docs | |
parent | 9103aaf6d593f4693afc11d6ac14a65cdc26cfef (diff) | |
download | kutter-5f47a91464c196d5ae9970d273bf33740c032bab.tar.gz kutter-5f47a91464c196d5ae9970d273bf33740c032bab.tar.xz kutter-5f47a91464c196d5ae9970d273bf33740c032bab.zip |
docs: Add idle_timeout get_status() info to Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Command_Templates.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 6d4c1adb..6623ce62 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -138,6 +138,12 @@ The following are common printer attributes: <config_name>`. - `printer.<heater>.target`: The current target temperature (in Celsius as a float) for the given heater. +- `printer.idle_timeout.state`: The current state of the printer as + tracked by the idle_timeout module. It is one of the following + strings: "Idle", "Printing", "Ready". +- `printer.idle_timeout.printing_time`: The amount of time (in + seconds) the printer has been in the "Printing" state (as tracked by + the idle_timeout module). - `printer.pause_resume.is_paused`: Returns true if a PAUSE command has been executed without a corresponding RESUME. - `printer.toolhead.position`: The last commanded position of the |