diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-04-10 10:38:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-04-10 10:40:41 -0400 |
commit | 4cfa266e007d57b1a70773a228170c1bd7b2ad14 (patch) | |
tree | b617fa95b7362f23ec977080b3eec6e9f04b5084 /docs/Status_Reference.md | |
parent | a8b493a1aeaa605e1d6bffd309562f22356e8930 (diff) | |
download | kutter-4cfa266e007d57b1a70773a228170c1bd7b2ad14.tar.gz kutter-4cfa266e007d57b1a70773a228170c1bd7b2ad14.tar.xz kutter-4cfa266e007d57b1a70773a228170c1bd7b2ad14.zip |
manual_stepper: Revert "manual_stepper: Add basic status. (#6527)"
This reverts commit b029d0466841b90b54279500f70a92deacfd6c5a.
The MCU_Stepper class does not have a is_motor_enabled() method, so
the change above results in an internal exception.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 80f53d9f..0e72a12b 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -293,13 +293,6 @@ 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 |