diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 0e72a12b..80f53d9f 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -293,6 +293,13 @@ 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. +## manual_stepper + +The following information is available in the +`manual_stepper` object: +- `enabled`: Returns True if the stepper is currently enabled. +- `position`: The requested position. + ## mcu The following information is available in |