X-Axis Skipping Steps and Sometimes Being Loud #16
-
In prints involving a lot of jerky Y-Axis movements, it seems to skip steps and cause inaccuracies in the print. Subsequent layers are not aligned properly. Another issue that I'm noticing is that during CANCEL_PRINT or other places where X-Axis is to be moved quickly over longer distance, the motor seems to be very noisy. Do you have suggestions on what things I could try out to fix these issues? I did already confirm that its not an issue with the belt being loose. Attaching the log file which contains all Klipper configuration. Also recorded a video of this happening. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Set the following stealthchop_threshold: 0 in both [tmc2130 stepper_y] and [tmc2130 stepper_x] This should not have been set with a value other than 0. There are known issues with the drivers that cause skipped stepps and bad performance. This is the same for the mks3+ and below. |
Beta Was this translation helpful? Give feedback.
Set the following
stealthchop_threshold: 0
in both [tmc2130 stepper_y] and [tmc2130 stepper_x]
This should not have been set with a value other than 0. There are known issues with the drivers that cause skipped stepps and bad performance. This is the same for the mks3+ and below.