-
-
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
UBL does not compensate #7789
Comments
If you move the nozzle to (X,Y) = (26,26) and do
Do you see the Z-Axis correcting as the nozzle moves across the bed? |
Yes, the Z Axes is correcting across the Bed. |
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. |
Ahh, okay i did'n't know that. I thought there is a kind of extrapolation outside the mesh area. I will reconfigure that. |
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. |
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. |
Bug Report
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
The text was updated successfully, but these errors were encountered: