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

[BUG] on LVL Temp Display Overlapping when 2 Extruder are set #23699

Closed
Liriel-666 opened this issue Feb 8, 2022 · 4 comments
Closed

[BUG] on LVL Temp Display Overlapping when 2 Extruder are set #23699

Liriel-666 opened this issue Feb 8, 2022 · 4 comments

Comments

@Liriel-666
Copy link

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

On Marlin 2.0.9.3 and bugfix 2.0.3 the Temperatur Display in the LVL Main Screen are Overlapping.

Setup is 1 Heatbed and 2 Hotend Sensors.

I think its because the Positions are Change!
20220208_175509

I think ist because the order was change.

Old normal was:
Heatbed - Hotend 1 - Hotend 2

now
Hotend 1 - Hotend 2 - Heatbed

Best would be Change order back oder change the space between Hotend 22 and Heatbed

Bug Timeline

first for me first appear in 2.0.9.3

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

No response

Version of Marlin Firmware

bugfix 2.0.x from 8.4.2022

Printer model

Anet A8

Electronics

MKS Robin Nano V3

Add-ons

Dual Hotend and Nozzle

Bed Leveling

ABL Bilinear mesh

Your Slicer

No response

Host Software

No response

Additional information & file uploads

No response

@ellensp
Copy link
Contributor

ellensp commented Feb 11, 2022

Himm after a merry chase around the code, I found the little blighter

in Marlin/src/lcd/extui/mks_ui/draw_ready_print.cpp line 199

      buttonBedstate = lv_big_button_create(scr, "F:/bmp_bed_state.bin", " ", TERN(HAS_MULTI_HOTEND, 271, 210), ICON_POS_Y, event_handler, ID_INFO_BED);

Change 271 to 340

      buttonBedstate = lv_big_button_create(scr, "F:/bmp_bed_state.bin", " ", TERN(HAS_MULTI_HOTEND, 340, 210), ICON_POS_Y, event_handler, ID_INFO_BED);

This works for me, give it a try

@Liriel-666
Copy link
Author

yes with that change it is perfect

@thisiskeithb
Copy link
Member

#23718 has been merged.

@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 Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants