mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
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>
This commit is contained in:
parent
2e1b649617
commit
5d9ff75d02
3 changed files with 13 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue