-
-
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
Mesh bed leveling problem #4494
Comments
You only have 47mm above the print bed? Do you have a Z-Probe to measure the position of the bed? |
Yes, only 47mm. I do have a Z-probe but I deactivated it since that according to the wiki* there is no automatic way to probe the bed. So I was employing the manual method, using a piece of paper to attest when the nozzle touched the printer bed. *https://github.com/MarlinFirmware/Marlin/wiki/Mesh-Bed-Leveling |
This commit addressed max Z endstop with MBL. Could you make sure you have this in the version you are trying? The documentation does not address Z max endstop. But the process should be similar. First a HOME should be performed and then it should move to a position slightly above the bed, and the SEARCH value is a distance that should be farther than reaching the bed, i.e. 4 mm was suggested earlier if Z min endstop was placed slightly above the bed. The manual process does not allow manually moving (searching/closing) towards the bed than this value. |
Well, the whole purpose of the Z-Probe is to measure how high the nozzle is above the bed at a given coordinate. If you are willing to try a 'Development' branch, the Mesh Bed Leveling concept has mostly been automated (to use a Z-Probe). That branch has the tools in place to very quickly and accurately tune your Mesh. And if you re-read that first paragraph of the Wiki, it has changed. @epatel You will have a smile on your face when you get the time to bring up: https://github.com/MarlinFirmware/Marlin/tree/devel-ubl |
See this comment #4088 (comment) |
I was not using the updated commit by @epatel . I am getting it now. Lets see if it works. Regarding the UBL branch, it says in its documentation that I need to have a LCD panel, which sadly I don't. I can have a look at the code to see if I can get it to work without one though. I will update this thread with any news. Thanks |
Don't even try! The system was designed to be able to be used without an LCD Panel. But right now, the code to do that isn't there. It won't work. Soon (in 1 or 2 months) it will work without an LCD Panel. My suggestion is if you want to use UBL is spend $10 and order this: http://www.ebay.com/itm/251242416836?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT Otherwise, in about 6 weeks or so, you can do it without an LCD Panel. |
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. |
Hi,
I am having some problems with the mesh leveling. Here is the problem:
I use a Z max endstop and have a
Z_MAX_POS 47
inconfiguration.h
. However when I input aG29 S1
command and the printer homes itself, the Z height given by aM114
command is equal to1
which is what I have inMESH_HOME_SEARCH_Z
.Am i am doing something wrong?
Marlin Firmware version: 1.1.0-RC6
The text was updated successfully, but these errors were encountered: