-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] MKS robin nano v.2, LVGL UI - the temperature on the main screen is not updating #21461
Comments
A patch has been merged. If it solves the issue then this can be closed! |
@rhapsodyv , |
To update a bed temperature, hotend temperature and a fan percent, you need a fix code at draw_ready.cpp, draw_ready.h and draw_ui.cpp (GUI_RefreshPage() -> case PRINT_READY_UI). Original commit can only show parameters once not update automatically. To update them you need an additional routine like others update routines in MKS UI. Check files please. |
look at this #21468 |
Indeed. Great work! |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
After updating 532df19, bed temperature and hotend temperature(+% fan) have been added to the start screen.
When heated, the bed and hotend temperatures are not updated. Temperatures frozen (unchanged).
Configuration.zip
The text was updated successfully, but these errors were encountered: