-
-
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
[BUG] [Marlin 2.0.x] LCD messages 3 Point bedleveling #18634
Comments
and what lcd do you have? we cant tell, because you didn't include your Configuration files. Could be stock, could be anything. |
Your still missing the point, what if we need other settings? language? probe type? What version of marlin? and a million other questions. We also want a configuration file that is full and complete so we can drop it in to marlin and replicate this issue. Attach your config files! This is not optional. |
@roel8032 So.... post the information as requested by @ellensp. It won't kill you if you want to be helped here. If I were you I'd install the latest bug fix version before I'd do anything else. |
OK. |
I took a look at the code: We might have to take a closer look at the following in G29.ccp and add i+1 to the string output:
|
Thanks. Now it is working OK I changed this in: line689 //TERN_(HAS_DISPLAY, ui.status_printf_P(0, PSTR(S_FMT " %i/3"), GET_TEXT(MSG_PROBING_MESH), int(i))); The old code above i commented. Thank you. |
|
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER But before i used with the same hardware: But since Marlin 2.0 that gives bad pictures |
I've put up a pull request: #18639 |
The commit has been processed into the latest bug fix. |
Al working good in the latest bug fix. |
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. |
Graphic LCD Marlin version 20006
LCD messages 3 Point bedleveling.
Anet A6. No need to see the configfiles. It is not in there.
My screen is in Dutch. Meetpunt is Probing Point.
3 point bedleveling
LCD message:
Probing point 1: LCD message: Probing Point 0/3
Probing point 2: LCD message: Probing Point 1/3
Probing point 3: LCD message: Probing Point 2/3
it should be:
Probing Point 1/3
Probing Point 2/3
Probing Point 3/3
The text was updated successfully, but these errors were encountered: