aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Status_Reference.md
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2021-06-08 10:39:55 +0000
committerKevinOConnor <kevin@koconnor.net>2021-06-14 12:56:50 -0400
commitd2c2aaf55df955e1e0f727d22362d57b41e614f5 (patch)
tree60e465cc2b28b41f2415bb6bc506276a4946173d /docs/Status_Reference.md
parent6dcb902d896e42c78779068adfdc67bf17c4698e (diff)
downloadkutter-d2c2aaf55df955e1e0f727d22362d57b41e614f5.tar.gz
kutter-d2c2aaf55df955e1e0f727d22362d57b41e614f5.tar.xz
kutter-d2c2aaf55df955e1e0f727d22362d57b41e614f5.zip
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>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r--docs/Status_Reference.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index 17a759f5..81449a6a 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -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