Skip to content
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

Closed
Jorgininho opened this issue Nov 6, 2018 · 3 comments
Closed

Auto Bed Leveling: compensation along X axis seems inverted #12349

Jorgininho opened this issue Nov 6, 2018 · 3 comments

Comments

@Jorgininho
Copy link

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,

  • the system is right handed, (0,0) is at bottom left of the bed.
  • the inverted compensation behavior remains the same between bilinear and linear autobed leveling
  • my printer is an anet A6 where the UBL option could not be used due to limited space on the control board (I"m using platformio to burn the firmware on the printer)

Did I miss a point ? what should I check next ?

Thanks

@AnHardt
Copy link
Member

AnHardt commented Nov 6, 2018

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.

@thinkyhead
Copy link
Member

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.

See: #5983, #7673, #9529, #10526, and so on…

@github-actions
Copy link

github-actions bot commented Aug 3, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants