docs: Fix "QUERY_STATUS" typo in Command_Templates.md

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-09-09 23:11:24 -04:00
parent 5a2f406fd1
commit 063f9a2c02
1 changed files with 3 additions and 3 deletions

View File

@ -192,11 +192,11 @@ The following are common printer attributes:
- `printer.query_endstops.last_query["<endstop>"]`: Returns True if - `printer.query_endstops.last_query["<endstop>"]`: Returns True if
the given endstop was reported as "triggered" during the last the given endstop was reported as "triggered" during the last
QUERY_ENDSTOP command. Note, due to the order of template expansion QUERY_ENDSTOP command. Note, due to the order of template expansion
(see above), the QUERY_STATUS command must be run prior to the macro (see above), the QUERY_ENDSTOP command must be run prior to the
containing this reference. macro containing this reference.
- `printer.probe.last_query`: Returns True if the probe was reported - `printer.probe.last_query`: Returns True if the probe was reported
as "triggered" during the last QUERY_PROBE command. Note, due to the as "triggered" during the last QUERY_PROBE command. Note, due to the
order of template expansion (see above), the QUERY_STATUS command order of template expansion (see above), the QUERY_PROBE command
must be run prior to the macro containing this reference. must be run prior to the macro containing this reference.
- `printer.configfile.config["<section>"]["<option>"]`: Returns the - `printer.configfile.config["<section>"]["<option>"]`: Returns the
given config file setting as read by Klipper during the last given config file setting as read by Klipper during the last