diff options
Diffstat (limited to 'docs/Status_Reference.md')
-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 |