mirror of https://github.com/Desuuuu/klipper.git
docs: Fix "QUERY_STATUS" typo in Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5a2f406fd1
commit
063f9a2c02
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue