-
-
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 - RCBugFix (24/12/2016) #5592
Comments
Configuration: http://pastebin.com/V9kpnShH |
Sorry to hear that. |
Does mesh levelling work with a bltouch?
|
@brainscan, Mesh leveling is meant for when you don't have a sensor, and you adjust each point manually (checking nozzle height). If you have a sensor such as a BLTouch, use auto bed leveling instead. Bilinear leveling is what you're looking for to get the same results as mesh bed leveling. [edit] I see now @psavva has BLTouch defined in his configuration, missed that before. |
@maniac, My bed is 400x380, and I'm using normal 6mm glass sheet, not borosilicate. (Extremely expensive in my country) So attempt 1 for me is to use a not so perfect glass window, which costs 5 EUR. The BLTouch is used to probe the z height. It was working before on RC 8, but with a different bug... |
Yes @psavva, but Bilinear auto bed leveling can do the same thing using your BLTouch. Mesh bed leveling is just doing the process manually. Read the configuration notes to see the differences. @psavva I would recommend you use auto bed leveling with your BLTouch, but if you still choose to use mesh bed leveling, then enable |
Yeah I've been using it since it was first added I know how it works. I was asking if things had changed and if it could be used with a probe now as I thought that was in Roxy's UBL but not in RCBUGFIX yet.
|
They is great, I'll enable Bilinear Bed Leveling then. I'll have to test it after Christmas and see if I can find the root cause. |
Sounds good. Enable debugging to help that process. |
I experience the same issue with RCBugfix dated 15/12/2016. |
Same issue here today. I'm not sure why it's waiting or what it's waiting for, yet. |
This is not an issue? Looks like it will just wait forever.
|
If I do this: inline void lcd_wait_for_homing() { It doesn't wait forever....but Marlin resets 5 secs or so after raising z. Although, nothing homes.. |
In this function:
The serial monitor shows: echo:enqueueing "G28" |
I comment out this line:
Added this line from RC: All in the ultralcd.cpp within the |
I don't know what the REAL fix is for this is but, this fixed it for me. |
|
This is also going to be in my PR for the DHT sensor. Only because it works. |
@thinkyhead, can you review and comment on the suggested fix? |
I will say that the LCD responsiveness is much faster than the RC. |
The real fix is to home the machine before doing any moves. |
Raising Z before homing is working. The problem was that it was not homing any axis. It would raise Z and stop. |
I do have this issue now..
This doesn't always update the lcd until I move the encoder or click the button. Sometimes it works just fine, other times the LCD still shows "Homing XYZ" after homing is complete. |
I'd say the real fix is looking into lcd_wait_for_homing and determine why
it's not working
…On Dec 27, 2016 3:28 PM, "Tannoo" ***@***.***> wrote:
I do have this issue now..
if (axis_homed[X_AXIS] && axis_homed[Y_AXIS] && axis_homed[Z_AXIS])
lcd_goto_screen(_lcd_level_bed_homing_done);
This doesn't update the lcd until I move the encoder or click the button.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5592 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB_uHT6L_1i5-s9CZTr2UcS7KIDPLqtmks5rMXTtgaJpZM4LVN29>
.
|
Well, here's the function:
I only see it sitting forever doing nothing ( When I comment out the BTW, I get this same 'hang-up' if I put So, I dunno. Maybe that |
Ok, I just tried that. Everything works with that upto the 1st point of measure. Then I can't do anything. Screen says, Also, the screen changed to |
I put in a PR. (#5634) |
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. |
When going to Prepare - Level Bed.
The Z lifts, and you expect it to start homing.
The LCD says (Homing XYZ), and it just stays there.
No movement, No Homing.
The revision of RCBugFix is 922c67f
The text was updated successfully, but these errors were encountered: