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

UBL does not compensate #7789

Closed
floyd871 opened this issue Sep 28, 2017 · 6 comments
Closed

UBL does not compensate #7789

floyd871 opened this issue Sep 28, 2017 · 6 comments

Comments

@floyd871
Copy link
Contributor

floyd871 commented Sep 28, 2017

Bug Report

  • Description: UBL does not compensate
  • Steps to reproduce:
    I haved followed the steps descriped here: http://marlinfw.org/docs/features/unified_bed_leveling.html
    SENDING:G29 T
    Bed Topography Report:
    (0,4) (4,4)
    (25,175) (175,175)
    -0.323 -0.211 0.027 -0.117 -0.402
    -0.249 -0.019 -0.089 -0.222 -0.348
    -0.208 0.014 -0.032 [-0.172] -0.378
    -0.193 -0.093 -0.051 -0.192 -0.361
    -0.243 -0.097 -0.031 -0.207 -0.407
    (25,25) (175,25)
    (0,0) (4,0)
    -G28, G1 Z10 X100 Y100 F3000, G1 Z0
    put a paper below the nozzle and move the nozzle down (M211 S0) till the paper is touched
    increase the x axis by 1 mm till it reaches 174, the paper should always be touched, i see the z axis moving but this is not enough. i have to increase z again by 0.2
    Then suddenly at x=175 z moves quite a bit . i have to compensate z again manually by 0.4.
    same issue when i decrease x from the middle. at the outer bed i have to compensate z again by 0.2 that the nozzle touches the paper again.

Marlin.zip

@Roxy-3D
Copy link
Member

Roxy-3D commented Sep 28, 2017

If you move the nozzle to (X,Y) = (26,26) and do

  • G29 A
  • G1 Z 1.0
  • G1 X170 Y170

Do you see the Z-Axis correcting as the nozzle moves across the bed?

@floyd871
Copy link
Contributor Author

Yes, the Z Axes is correcting across the Bed.
I am a bit curious, When i move the nozzle outside the probing area (above (25,25) (175,175)) the nozzle makes a jump in Z axis correction. But only when i move X 174...175... and Y 174...175
Not the other corner X 26...25...or Y 26..25

@Roxy-3D
Copy link
Member

Roxy-3D commented Sep 29, 2017

When you leave the mesh... No correction is applied. So on the right side, for example, you go from a correction of -.35 or -.4 mm to 0.0 mm. You are seeing a jump because UBL doesn't know what the correction should be and none is being applied.

Your mesh should cover the area you are using. You should probably re-setup your printer to make that happen.

@floyd871
Copy link
Contributor Author

Ahh, okay i did'n't know that. I thought there is a kind of extrapolation outside the mesh area. I will reconfigure that.
But inside the mesh there is still too little compensation.

@Roxy-3D
Copy link
Member

Roxy-3D commented Sep 29, 2017

But inside the mesh there is still too little compensation.

Have you printed a calibration cube in the center of the bed with no bed leveling active? Hopefully you have. The reason being, then we know all the axis are moving the correct amount when told to move.

But, once the new mesh is defined and filled... We will use G26 to make sure everything is accurate. If you post a picture of your G26 patterns, I'll coach you on what I would do given what I'm seeing.

@github-actions
Copy link

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 Jan 25, 2021
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

2 participants