AXIS_TWIST_COMPENSATION cannot find config

Basic Information:

Printer Model: Sovol SV-06
Host / SBC: Raspberry Pi 3 Model B Plus Rev 1.3
klippy.log (29.6 KB)

Hi,
I am trying to run Axis Twist Compensation - Klipper documentation on my Sovol SV-06 trying to solve the first layer adhesion issue in one corner of the bed. However, I get the following error.

AXIS_TWIST_COMPENSATION for X axis requires
calibrate_start_x, calibrate_end_x and calibrate_y
to be defined

Somehow the configs are defined, but ignored. Any help is much appreciated. Thank you!

Turns out the error was misleading. The config didn’t account for the probe offset, and calibrate_start_x: 0 was taken as no config for some reason. After changing it to calibrate_start_x: 1 I got “movement out of range” error, and was able to correct the coordinates.

1 Like

I was also running into this issue, not sure if it was a Klipper update thats caused it as I was previously running without issue.