mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-18 10:22:12 -07:00
skew_correction: Supports retrieving the name of the currently loaded skew correction … (#6821)
Signed-off-by: Zhang Gaofan <zhanggaofan0827@gmail.com>
This commit is contained in:
parent
3c1bf4ccfe
commit
98068beca0
2 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue