-
-
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
LCD displays menu options on one line #5826
Comments
If you are running the RCBugFix version, this should have been addressed here: #5647 |
Maybe you found a new bug though. |
Agreed. Does it behave normally some of the time? And then switch into this mode? |
Yes, it behaves normally most of the time. I've now seen the problem a couple of times AFTER printing an object. What seems to happen is this:
A couple notes:
I should also throw in the obligatory "good job" on this project. 🙂 This firmware is really good stuff! I'm looking forward to contributing to it in some way. |
The reason for the questions "Does it power up and work correctly? What did you do to make it start displaying incorrectly?" is this: Marlin knows from the configuration.h file how many lines are on the display. If all of a sudden it is only allowing one line, I'm wondering if we have a data corruption problem and that information is getting zapped. |
@pearson So far I'm unable to reproduce the issue. It does look like the sort of bug that would be caused by a buffer overflow. |
Currently I am unable to reproduce this issue. I've since changed my ending g-code script, so perhaps that is a factor in this since the issue happened after printing. I'll try to get back to a state where I can reproduce the issue. |
My apologies. I believe this may have been my own mistake with the firmware versions. I simply cannot reproduce this bug after pulling the latest bugfix firmware. |
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. |
Here's an odd glitch I ran into today using the RCBugFix firmware. When switching to the "Prepare" menu, the menu options all appeared on one line. I've only seen happen the one time, although it's persistent until the board is reset. (As the video below shows.) It happened after choosing the pre-heat option from the "Prepare" menu, but I've chosen that option in the past without issue.
I've put a video of what it looks like onto YouTube.
The printer is a HICTOP 3DP-17, a Prusa i3 clone. The display itself is a 20x4 2004a LCD. The LCD board is marked as a MLCD2004.2
My configuration has the following set:
Please let me know if any other information would be useful! As I'm new to this firmware, it'll be a while before I'm at the point of being able to debug this myself. :-)
The text was updated successfully, but these errors were encountered: