diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Command_Templates.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 2be30810..13ef1b18 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -194,6 +194,10 @@ The following are common printer attributes: QUERY_ENDSTOP command. Note, due to the order of template expansion (see above), the QUERY_STATUS command must be run prior to the macro containing this reference. +- `printer.probe.last_query`: Returns True if the probe was reported + as "triggered" during the last QUERY_PROBE command. Note, due to the + order of template expansion (see above), the QUERY_STATUS command + must be run prior to the macro containing this reference. - `printer.configfile.config["<section>"]["<option>"]`: Returns the given config file setting as read by Klipper during the last software start or restart. (Any settings changed at run-time will |