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

Mesh bed leveling problem #4494

Closed
pedro-dreyer opened this issue Aug 1, 2016 · 8 comments
Closed

Mesh bed leveling problem #4494

pedro-dreyer opened this issue Aug 1, 2016 · 8 comments

Comments

@pedro-dreyer
Copy link

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 in configuration.h. However when I input aG29 S1 command and the printer homes itself, the Z height given by aM114 command is equal to 1 which is what I have in MESH_HOME_SEARCH_Z.

Am i am doing something wrong?

Marlin Firmware version: 1.1.0-RC6

@Roxy-3D
Copy link
Member

Roxy-3D commented Aug 1, 2016

You only have 47mm above the print bed? Do you have a Z-Probe to measure the position of the bed?

@pedro-dreyer
Copy link
Author

pedro-dreyer commented Aug 1, 2016

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

@epatel
Copy link
Contributor

epatel commented Aug 1, 2016

This commit addressed max Z endstop with MBL. Could you make sure you have this in the version you are trying?

#4146

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.

@Roxy-3D
Copy link
Member

Roxy-3D commented Aug 1, 2016

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

@epatel
Copy link
Contributor

epatel commented Aug 1, 2016

See this comment #4088 (comment)

@pedro-dreyer
Copy link
Author

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

@Roxy-3D
Copy link
Member

Roxy-3D commented Aug 2, 2016

I can have a look at the code to see if I can get it to work without one though.

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.

@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 Mar 26, 2022
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

4 participants