diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-09 23:11:24 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-09 23:11:24 -0400 |
commit | 063f9a2c02c1cb5d101d1cadd401ce85f46c06aa (patch) | |
tree | 0d88cd57ef4c92c6a4ba55f988fe06d028cd829e /docs/Command_Templates.md | |
parent | 5a2f406fd1e67c29744a194dedcecde20ba09107 (diff) | |
download | kutter-063f9a2c02c1cb5d101d1cadd401ce85f46c06aa.tar.gz kutter-063f9a2c02c1cb5d101d1cadd401ce85f46c06aa.tar.xz kutter-063f9a2c02c1cb5d101d1cadd401ce85f46c06aa.zip |
docs: Fix "QUERY_STATUS" typo in Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 13ef1b18..8ceb2590 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -192,11 +192,11 @@ The following are common printer attributes: - `printer.query_endstops.last_query["<endstop>"]`: Returns True if the given endstop was reported as "triggered" during the last 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. + (see above), the QUERY_ENDSTOP 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 + order of template expansion (see above), the QUERY_PROBE 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 |