diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2022-08-26 01:40:03 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-09-01 14:53:12 -0400 |
commit | 5d9ff75d027970c41a7cef9d587b0ef04c03033f (patch) | |
tree | 2622913c65327b07bf7eee016988a3b2022aecf3 /docs/Status_Reference.md | |
parent | 2e1b649617461d35240f416a4b9cc65b73da2c39 (diff) | |
download | kutter-5d9ff75d027970c41a7cef9d587b0ef04c03033f.tar.gz kutter-5d9ff75d027970c41a7cef9d587b0ef04c03033f.tar.xz kutter-5d9ff75d027970c41a7cef9d587b0ef04c03033f.zip |
extruder_stepper: Support configuring pressure advance from config
Also added status report for extruder_stepper objects with the
current pressure advance parameters values.
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 68e701bb..636a9cc1 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -120,6 +120,13 @@ The following information is available in the - `excluded_objects`: An array of strings listing the names of excluded objects. - `current_object`: The name of the object currently being printed. +## extruder_stepper + +The following information is available for extruder_stepper objects (as well as +[extruder](Config_Reference.md#extruder) objects): +- `pressure_advance`: The current [pressure advance](Pressure_Advance.md) value. +- `smooth_time`: The current pressure advance smooth time. + ## fan The following information is available in |