-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Bed Leveling: compensation along X axis seems inverted #12349
Comments
Come on. There are about 100 issues what handled that. Most of the end with: "Sorry it's been my hardware." Never heard about twisted x-axis. Most times, when this occurs, the distance between nozzles tip and probes trigger point is not constant over the bed area. Because Marlin does not know about the nozzles height it keeps the probe-bed-distance constant instead. |
This issue is caused by a twisted X gantry or some other physical factor messing with your probe readings. This issue is most common on CR-10 and similar machines. There are various adjustments you can try, such as adjusting belt tension, adjusting the rollers, and making sure that cables and bowden tubes have adequate slack. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
I've installed a capacitive sensor on an Anet A6 to perform autoleveling.
Here are my configurations files :
Marlin.zip
So when I do the autolevel via the command G29 I get this result :
Bilinear Leveling Grid:
0 1 2
0 +0.632 +0.147 -0.153
1 +0.430 -0.003 -0.290
2 +0.475 +0.077 -0.217
Seems the bed is tilting around Y axis, ok, I suppose ABL should correct it.
I've set up M851 via the command line to get the right position of the nozzle regarding the bed (M851 Z-1.4, and then nozzle is at good distance when G28, then G0 Z0)
From what I see with the result of the G29, the nozzle sha-ould go lower on column 2 and higher on column 0. But after printing a 1rst layer test shape, its seems the ABL is doing the opposite of the expected behavior. The filament on the left is less compressed that the one on the right of the bed, where I expect then to be even..
thought my issue was similar to this one
But I'm not sure,
Did I miss a point ? what should I check next ?
Thanks
The text was updated successfully, but these errors were encountered: