diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2022-07-20 13:06:09 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-07-21 22:03:31 -0400 |
commit | 282d1113e4beb0bdce3cfc9be87745aea1e7e38c (patch) | |
tree | aec9133cff783d1e5b5ee9f4ef18416468ff1dad /docs | |
parent | 407be177d5424bc237ca8fa756ae3351491b8678 (diff) | |
download | kutter-282d1113e4beb0bdce3cfc9be87745aea1e7e38c.tar.gz kutter-282d1113e4beb0bdce3cfc9be87745aea1e7e38c.tar.xz kutter-282d1113e4beb0bdce3cfc9be87745aea1e7e38c.zip |
manual_probe: report status
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 4cc7512f..4c7883c7 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -244,6 +244,17 @@ The following information is available for each `[led led_name]`, chain could be accessed at `printer["neopixel <config_name>"].color_data[1][2]`. +## manual_probe + +The following information is available in the +`manual_probe` object: +- `is_active`: Returns True if a manual probing helper script is currently +active. +- `z_position`: The current height of the nozzle (as the printer currently +understands it). +- `z_position_lower`: Last probe attempt just lower than the current height. +- `z_position_upper`: Last probe attempt just greater than the current height. + ## mcu The following information is available in |