diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2023-02-04 15:27:51 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-02-09 16:51:47 -0500 |
commit | da8d4b02311fef6dccef7cfb6d1a8e09707971c2 (patch) | |
tree | b33a6afb4d4065a5f23da102349f0a2ae503ffc9 /docs/Status_Reference.md | |
parent | 17f7c039214e4d73540f4dc24807b13d48755d73 (diff) | |
download | kutter-da8d4b02311fef6dccef7cfb6d1a8e09707971c2.tar.gz kutter-da8d4b02311fef6dccef7cfb6d1a8e09707971c2.tar.xz kutter-da8d4b02311fef6dccef7cfb6d1a8e09707971c2.zip |
extruder: store currently sync'ed motion queue name
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index ef947f5b..778802a5 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -126,6 +126,9 @@ 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. +- `motion_queue`: The name of the extruder that this extruder stepper is + currently synchronized to. This is reported as `None` if the extruder stepper + is not currently associated with an extruder. ## fan |