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] MKS robin nano v.2, LVGL UI - the temperature on the main screen is not updating #21461

Closed
Malderin opened this issue Mar 27, 2021 · 6 comments

Comments

@Malderin
Copy link
Contributor

Malderin commented Mar 27, 2021

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

@Malderin Malderin changed the title [BUG] MKS robin nano v.2 - the temperature on the main screen is not updating [BUG] MKS robin nano v.2, LVGL UI - the temperature on the main screen is not updating Mar 27, 2021
@thinkyhead
Copy link
Member

A patch has been merged. If it solves the issue then this can be closed!

@Malderin
Copy link
Contributor Author

@rhapsodyv ,
Something is wrong after the update
IMG_

@DmitryAranax
Copy link

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.
draw_ready.zip

@Malderin
Copy link
Contributor Author

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.
draw_ready.zip

look at this #21468

@DmitryAranax
Copy link

Indeed. Great work!

@github-actions
Copy link

github-actions bot commented Jun 5, 2021

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 Jun 5, 2021
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

4 participants