mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
extruder: expose can_extrude
flag based on temperature
Sometimes an automated filament load is implemented, but extruder might not always extrude filament. This adds a flag to check if this operation is possible. Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
This commit is contained in:
parent
6dcb902d89
commit
d2c2aaf55d
2 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,8 @@ The following information is available for heater objects such as
|
|||
the given heater.
|
||||
- `power`: The last setting of the PWM pin (a value between 0.0 and
|
||||
1.0) associated with the heater.
|
||||
- `can_extrude`: If extruder can extrude (defined by `min_extrude_temp`),
|
||||
available only for [extruder](Config_Reference.md#extruder)
|
||||
|
||||
# heaters
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue