diff options
author | Clifford Roche <clifford.roche@gmail.com> | 2021-04-14 11:37:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 11:37:24 -0400 |
commit | e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1 (patch) | |
tree | 146043342b0bca9f73e0025a23d5d2d47a8b8c66 /docs/Command_Templates.md | |
parent | 316b49c6bfb91683eedba70d2674b60091b09e7e (diff) | |
download | kutter-e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1.tar.gz kutter-e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1.tar.xz kutter-e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1.zip |
palette2: Add ping variation + ping status reports (#4114)
Signed-off-by: Clifford Roche <clifford.roche@gmail.com>
Diffstat (limited to 'docs/Command_Templates.md')
-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 91ba7276..503066f7 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -313,6 +313,12 @@ The following are common printer attributes: - `printer.system_stats.sysload`, `printer.system_stats.cputime`, `printer.system_stats.memavail`: Information on the host operating system and process load. +- `printer.palette2.ping`: Amount of the last reported Palette 2 ping + in percent. +- `printer.palette2.remaining_load_length`: When starting a Palette 2 + print, this will be the amount of filament to load into the extruder. +- `printer.palette2.is_splicing`: True when the Palette 2 is splicing + filament. The above list is subject to change - if using an attribute be sure to review the [Config Changes document](Config_Changes.md) when upgrading |