You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start a long (8hr) print, I see a couple of octoPrint/progress/printing messages and one octoPrint/event/PrintStarted message on MQTT. In the former messages, printTimeLeft is either 0 or null. I don't see a valid printTimeLeft field on MQTT until the progress bar hits 1%, which takes several minutes on a long print job. It would be nice if this field got populated and sent out over MQTT as soon as it is known to OctoPrint, so that anything that wants to display the estimated time (e.g. dashboards) could be updated sooner.
The text was updated successfully, but these errors were encountered:
I have the same issue. You can use DisplayLayerProgress_feedrateChanged or DisplayLayerProgress_heightChanged for progress.
So you're using this additional plugin to generate those events as the corresponding Gcode commands are fed to the printer, then using OctoPrint-MQTT to send the events to clients?
When I start a long (8hr) print, I see a couple of octoPrint/progress/printing messages and one octoPrint/event/PrintStarted message on MQTT. In the former messages, printTimeLeft is either 0 or null. I don't see a valid printTimeLeft field on MQTT until the progress bar hits 1%, which takes several minutes on a long print job. It would be nice if this field got populated and sent out over MQTT as soon as it is known to OctoPrint, so that anything that wants to display the estimated time (e.g. dashboards) could be updated sooner.
The text was updated successfully, but these errors were encountered: