Basic Information:
Printer Model: CR-10 Smart (modifyed)
MCU / Printerboard: SKR TUrbo 1.4
Host / SBC: Raspberry Pi 4b
klippy.log
Describe your issue:
The follow documentation is wrong/incomplete:
https://www.klipper3d.org/Axis_Twist_Compensation.html#axis_twist_compensation-setup-and-commands
The first issue is the documentation don’t tell about the installation proccess. Also, I can’t find the last stable version. I used the 6149 branch to test:
git fetch origin pull/6149/head:x-twist-compensation-simple
After configure all params in printer.cfg, I received the error
calibrate_end_y is not part of [axis_twist_compensation] section.
After remove it, tried again using:
AXIS_TWIST_COMPENSATION_CALIBRATE AUTO=True
But I just see a last update (2 weeks ago) the auto calibration was removed.
Well, not sure if I’m missing something but the documentation is too simple and incomplete and not all describet is working property.
Could someone give some help?