-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
LCD print timer does not stop #3061
Comments
What timer? When printing over the serial line Marlin has no way to know about starting or ending files and therefore has no own timer for that. |
Not the status line, the timer which is activated when SD printing.. I see print_job_start_ms being started with M24, M31, M32 or with M109. When serial printing I don't explicit tell Marlin to start the print job timer on my g-code, it automatically does so when it sees the M109 heating the extruder. I see four possibilities for it to automatically detect my print has finished:
|
This is a longstanding issue. When your print finishes, the LCD will read "1 hour 3 minutes" but the little clock will continue to tick after the print has finished. I like the idea of having the timer stop when all the extruder heaters have been turned off. So, not just on any |
Exactly it must for sure take into account all extruders. Maybe we should also pay some attention to M104 as a start/stop for the print timer ? Don't know if people may start their g-code with M104 but for sure people may end their g-code with M104 has the way to turn off the extruders in a non blocking way. |
Ahh, printing from SD. |
Not from SD.. from serial. |
??? |
Each sentence has it's own context..
@thinkyhead nailed with "This is a longstanding issue. When your print finishes, the LCD will read "1 hour 3 minutes" but the little clock will continue to tick after the print has finished." |
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. |
When I print using serial the LCD timer starts but it never stops even when motor timeout kicks in a motors are turned off. Does anyone else experience this issue ? I'm using Marling RCBugFix.
The text was updated successfully, but these errors were encountered: