We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.0.x
Yes, and the problem still exists.
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
first for me first appear in 2.0.9.3
No response
bugfix 2.0.x from 8.4.2022
Anet A8
MKS Robin Nano V3
Dual Hotend and Nozzle
ABL Bilinear mesh
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
yes with that change it is perfect
#23718 has been merged.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: