-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] [Bugfix 2.0.x] Manual bed levelling stops after homing all axes #13181
Comments
i think u missed this one
|
u enabled the mesh and lcd level, but did not choose a probe no probe = no leveling possible => done |
I tried PROBE_MANUALLY as well. The printer still shows the same behavior. Also the documentation (http://marlinfw.org/docs/gcode/G029-mbl.html) says:
Therefore I assume that PROBE_MANUALLY does not have be activated. |
still having issues? |
Yes |
try a M502 followed by M500 and M501 to reset to firmware to defaults config. write down any changed params like m851 z-offset cuz they will reset to configuration.h defaults. |
Correct.
It's certainly possible that a regression has occurred in the I will give it a test soon and see if I can reproduce your issue. |
As part of your testing, please try |
Both, The output is the following:
I will attach the config file to this post for you to recreate this bug: |
I've seen the same behavior while leveling the corners when I haven't used Sadly this method doesn't work for the bed level process. |
It is unusual. I tested |
Your attached configs are the Marlin 2.0 default configs (I compared them to confirm). |
This is my current configuration. Unfortunately I'm still unfamiliar with the project structure of marlin2. |
Still no clue. Here's a procedure you can follow to gather more information:
From the log we might get a better idea of what's going on with your machine. |
This is the log file. To avoid misunderstandings, I have added some photos of how I went through the menu. I hope this helps. |
Has this been fixed? There was a PR with a fix that got rejected, but with all the opening and closing of issues, i’ve got no idea what the status is anymore. |
there was a PR merged so its needs testing |
https://cloud.tobhaase.de/s/ieLPKNjES9LsZX9 Unfortunately still an issue |
@Santobert still an issue? |
btw... do you remember to save to eeprom when manual bed level is done? |
What does that have to do with not being able to run MBL in the first place? |
@boelle was there a pr that closes this issue? Honestly I don't plan to use manual bed leveling anymore. So close this, if you want to. Since the bed leveling never starts I haven't saved the result :/ |
no if it does not work it should stay open |
hmm, one thing to try would be do M502, then M500 this bring the eeprom to default state you need to have this one active for it to work: #define RESTORE_LEVELING_AFTER_G28 |
This has nothing to do with the issue. The issue is that the manual leveling procedure is broken and exits to status screen prematurely (after step 1). |
but why is it broken? that is the million € question |
@Santobert a ton of updates have been done since 24 sep, i assume this is stillan issue |
@boelle thanks for the update. I'll do some tests this evening 😊 |
Unfortunately the same result. I've attached my current configuration as well as a git patch with all my changes to any files. |
one fault in your config //#define RESTORE_LEVELING_AFTER_G28 should be #define RESTORE_LEVELING_AFTER_G28 |
Lack of Activity |
The issue seems to still exist. I have the same behavior of my Tevo Tarantula with an optical z-min endstop. |
@Vladimir-VS — How is the current |
Scott,the issue is fully fixed. Thank you,Vladimir
|
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. |
Description
I followed this documentation to enable manual bed leveling:
http://marlinfw.org/docs/gcode/G029-mbl.html
After selecting
Motion -> Level Bed -> Level Bed
the printer homes all axes and goes back to the info screen. The status line says<My printer name> ready
. Pressing the button leads to the main menu.Steps to Reproduce
Motion -> Level Bed -> Level Bed
Expected behavior:* [What you expect to happen]
The printer homes all axes, and then "Click to Begin" appears and you can move the print head to manual leveling.
Actual Behavior:*[What actually happens]
The printer homes all axes and returns to the info screen without changes or messages.
Additional Information
Using the latest bugfix-2.0.x
The text was updated successfully, but these errors were encountered: