mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 13:34:06 -06:00
manual_stepper: Add basic status. (#6527)
Adding position and enabled in manual_stepper status. Enabled is already available through stepper_enable object. But this makes it more straightforward to access it. Signed-off-by: Viesturs Zarins <viesturz@gmail.com>
This commit is contained in:
parent
6f16e11197
commit
b029d04668
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue