manual_stepper: Revert "manual_stepper: Add basic status. (#6527)"

This reverts commit b029d04668.

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>
This commit is contained in:
Kevin O'Connor
2024-04-10 10:38:48 -04:00
parent a8b493a1ae
commit 4cfa266e00
2 changed files with 0 additions and 12 deletions

View File

@@ -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