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] (STOP button does not stop/reset the print status) #23440

Closed
Dentrax opened this issue Jan 3, 2022 · 11 comments
Closed

[BUG] (STOP button does not stop/reset the print status) #23440

Dentrax opened this issue Jan 3, 2022 · 11 comments

Comments

@Dentrax
Copy link

Dentrax commented Jan 3, 2022

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

No, but I will test it now!

Bug Description

Pressing the Stop button stops the printing, but it's impossible to print the same model since the progress/status does not reset. (Which it was working as expected in v1.0.1)

I just upgraded my Marlin from v1.0.1 to latest.

P.S: I used the corresponding configs: https://github.com/MarlinFirmware/Configurations/tree/2.0.9.3/config/examples/Creality/Ender-3%20V2

Bug Timeline

No response

Expected behavior

It should reset the print status.

Actual behavior

It does not reset the print status. It seems like I clicked the pause button and wanted to resume the print.

The only workaround to print the same model from the beginning is that rebooting the printer by shutting it down.

Steps to Reproduce

  1. Start a print
  2. After some progress complete, press the "Stop" button
  3. Try to select the same model again to print and see that progress is not changed

Version of Marlin Firmware

2.0.9.3

Printer model

Creality Ender 3 V2

Electronics

Stock

Add-ons

No response

Bed Leveling

No Bed Leveling

Your Slicer

Cura

Host Software

SD Card (headless)

Additional information & file uploads

VID_20220103_225850.mp4
@thinkyhead
Copy link
Member

Does it work properly with 2.0.9.2 … or 2.0.9.1 ?

@Dentrax
Copy link
Author

Dentrax commented Jan 5, 2022

Does it work properly with 2.0.9.2 … or 2.0.9.1 ?

I directly jumped from v1.0.1 so I'm not sure. 🤷‍♂️

@thinkyhead
Copy link
Member

Well if you get a chance to try either one out, please report your results. I am quite behind in dealing with issues and submissions at this time, so I will not able to devote any time to in-depth testing this week.

@descipher
Copy link
Contributor

Is that screen still closed source? If so we can't do anything with it ..

@Dentrax
Copy link
Author

Dentrax commented Jan 5, 2022

Is that screen still closed source? If so we can't do anything with it ..

By saying "closed source", you mean T5UIC1_V20_4页面_191022.BIN file that included in DWIN_SET?

@The-EG
Copy link
Contributor

The-EG commented Jan 5, 2022

Which UI is this? It would be one of:

#define DWIN_CREALITY_LCD             // Creality UI
//#define DWIN_CREALITY_LCD_ENHANCED  // Enhanced UI
//#define DWIN_CREALITY_LCD_JYERSUI

with the default in the example being 'Creality UI'.

@The-EG
Copy link
Contributor

The-EG commented Jan 5, 2022

Is that screen still closed source? If so we can't do anything with it ..

Not exactly, this DWIN is much simpler than others. Assets (images, icons) are stored on the LCD itself and it can be commanded to display them, via serial interface. There are no built in menus, dialogs, etc.

There are currently 4 different UIs for this screen, however, and the UI pictured could be the stock 'CreaityUI' or either of the two derivatives, 'Enhanced' or 'Jyers'. Assuming this is a bug, the fix will need to be performed for the UI in question.

@descipher
Copy link
Contributor

Is that screen still closed source? If so we can't do anything with it ..

Not exactly, this DWIN is much simpler than others. Assets (images, icons) are stored on the LCD itself and it can be commanded to display them, via serial interface. There are no built in menus, dialogs, etc.

There are currently 4 different UIs for this screen, however, and the UI pictured could be the stock 'CreaityUI' or either of the two derivatives, 'Enhanced' or 'Jyers'. Assuming this is a bug, the fix will need to be performed for the UI in question.

Very good, there are some encrypted ones .. you can't work with them.

@mriscoc
Copy link
Contributor

mriscoc commented Jan 6, 2022

Which UI is this? It would be one of:

#define DWIN_CREALITY_LCD             // Creality UI
//#define DWIN_CREALITY_LCD_ENHANCED  // Enhanced UI
//#define DWIN_CREALITY_LCD_JYERSUI

with the default in the example being 'Creality UI'.

Seems to be the DWIN_CREALITY_LCD flavor.

Add this:
image
To the dwin.cpp file

mriscoc added a commit to mriscoc/Marlin that referenced this issue Jan 9, 2022
Printing after force stop do not resets the percent done
@thisiskeithb
Copy link
Member

Fixed in #23481

@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 Mar 10, 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

7 participants
@thinkyhead @mriscoc @The-EG @descipher @thisiskeithb @Dentrax and others