diff options
author | GofranChang <36130357+GofranChang@users.noreply.github.com> | 2025-02-28 02:18:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 13:18:59 -0500 |
commit | 98068beca0a3bbe8594f309d2fa6152b71baac49 (patch) | |
tree | 2c353b35a641c43e3311eabbc56a7e6340d556c2 /docs | |
parent | 3c1bf4ccfe374ae71deb111f82c969eff093b8d8 (diff) | |
download | kutter-98068beca0a3bbe8594f309d2fa6152b71baac49.tar.gz kutter-98068beca0a3bbe8594f309d2fa6152b71baac49.tar.xz kutter-98068beca0a3bbe8594f309d2fa6152b71baac49.zip |
skew_correction: Supports retrieving the name of the currently loaded skew correction … (#6821)
Signed-off-by: Zhang Gaofan <zhanggaofan0827@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index ee809902..a40e1ab2 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -447,6 +447,12 @@ The following information is available in - `printer["servo <config_name>"].value`: The last setting of the PWM pin (a value between 0.0 and 1.0) associated with the servo. +## skew_correction.py + +The following information is available in the `skew_correction` object (this +object is available if any skew_correction is defined): +- `current_profile_name`: Returns the name of the currently loaded SKEW_PROFILE. + ## stepper_enable The following information is available in the `stepper_enable` object (this |