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] Unresponsive display with Hotend/Bed Temp Graph - PROUI_ITEM_PLOT #26630

Closed
1 task done
classicrocker883 opened this issue Jan 5, 2024 · 1 comment
Closed
1 task done

Comments

@classicrocker883
Copy link
Contributor

classicrocker883 commented Jan 5, 2024

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

Yes, and the problem still exists.

Bug Description

Hotend/Bed Temp Graph causes unresponsive display when another Popup occurs - like Homing or some advanced pause like Filament Runout trigger.

The display doesnt actually freeze, the last popup image remains, and the graph keeps going as normal, but image is distorted as it moves across with Plot graph still running and there is no response from encoder knob to exit. This happens when a print is started, and temp graph is accessed from Tune Menu.


Important

Also, I wanted to point out when M48 runs for probe tolerance, if say the probe doesn't deploy to Home, the process keeps going, and there is no escape or notification of the error.
M48 should have an end sequence for that.

Bug Timeline

🚸 Update ProUI Plot graph (#26539)

Expected behavior

Popup should return back to Print screen, or at least to the Plot temp graph.

Actual behavior

Unresponsive display, everything runs normal, but there is no control. and the display appears bugged, it does show the previous popup such as when Homing, or if there was an Advanced Pause like filament runout detected, but also the Plot Graph looks to be running and the screen slowly slides to the left.

Steps to Reproduce

  1. Enable ProUI, and PROUI_ITEM_PLOT
  2. Start a print
  3. Go to Tune menu
  4. Select Hotend or Bed Temp Graph
  5. Have your Gcode do Homing after you had time to do step 4.
    5a. Make filament runout trigger

Version of Marlin Firmware

bugfix-2.1.x

Printer model

No response

Electronics

No response

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

UBL Bilinear mesh

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

I'm trying to figure out what would work to escape the ID_PlotProcess sequence.
something like within the dwinDrawPlot

if (checkkey != ID_PlotProcess ) {
  return hmiReturnScreen();
}
Copy link

github-actions bot commented Mar 6, 2024

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 Mar 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant