mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
probe: expose name on status report
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
2337d05f48
commit
87f109984a
2 changed files with 3 additions and 1 deletions
|
@ -346,6 +346,7 @@ The following information is available in the
|
|||
[probe](Config_Reference.md#probe) object (this object is also
|
||||
available if a [bltouch](Config_Reference.md#bltouch) config section
|
||||
is defined):
|
||||
- `name`: Returns the name of the probe in use.
|
||||
- `last_query`: Returns True if the probe was reported as "triggered"
|
||||
during the last QUERY_PROBE command. Note, if this is used in a
|
||||
macro, due to the order of template expansion, the QUERY_PROBE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue