mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-11 08:47:53 -06:00
manual_probe: report status
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
407be177d5
commit
282d1113e4
2 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue