diff options
author | Christian S <schnello@users.noreply.github.com> | 2021-02-19 04:03:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 22:03:32 -0500 |
commit | bc2f6faa17954d1e51bfb582af02c2529a8b39b3 (patch) | |
tree | c3c9804c5110e92ea590639341263fa7f6a2a193 /docs | |
parent | b2cbb9aa965fb95357f1a667a17b7b48bf39c0f4 (diff) | |
download | kutter-bc2f6faa17954d1e51bfb582af02c2529a8b39b3.tar.gz kutter-bc2f6faa17954d1e51bfb582af02c2529a8b39b3.tar.xz kutter-bc2f6faa17954d1e51bfb582af02c2529a8b39b3.zip |
probe: Add last_z_result to get the latest z result in an Macro (#3835)
Signed-off-by: Christian Schnellrieder <schnello.android@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Command_Templates.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index ea4c03b9..125436ee 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -214,6 +214,8 @@ The following are common printer attributes: as "triggered" during the last QUERY_PROBE command. Note, due to the order of template expansion (see above), the QUERY_PROBE command must be run prior to the macro containing this reference. +- `printer.probe.last_z_result`: Returns the Z result value of the last + PROBE command. - `printer.configfile.settings.<section>.<option>`: Returns the given config file setting (or default value) during the last software start or restart. (Any settings changed at run-time will not be |