mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
toolhead: Export the print_stalls value via get_status()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
49a2b0354f
commit
38b2805136
2 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,9 @@ The following are common printer attributes:
|
|||
limits that are in effect. This may differ from the config file
|
||||
settings if a `SET_VELOCITY_LIMIT` (or `M204`) command alters them
|
||||
at run-time.
|
||||
- `printer.toolhead.stalls`: The total number of times (since the last
|
||||
restart) that the printer had to be paused because the toolhead
|
||||
moved faster than moves could be read from the G-Code input.
|
||||
- `printer.heaters.available_heaters`: Returns a list of all currently
|
||||
available heaters by their full config section names,
|
||||
e.g. `["extruder", "heater_bed", "heater_generic my_custom_heater"]`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue