mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 06:47:43 -07:00
stepper_enable: report status
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
parent
72b6bd7efa
commit
4b5d056421
2 changed files with 10 additions and 0 deletions
|
|
@ -398,6 +398,12 @@ The following information is available in
|
|||
- `printer["servo <config_name>"].value`: The last setting of the PWM
|
||||
pin (a value between 0.0 and 1.0) associated with the servo.
|
||||
|
||||
## stepper_enable
|
||||
|
||||
The following information is available in the `stepper_enable` object (this
|
||||
object is available if any stepper is defined):
|
||||
- `steppers["<stepper>"]`: Returns True if the given stepper is enabled.
|
||||
|
||||
## system_stats
|
||||
|
||||
The following information is available in the `system_stats` object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue