nukeem / continuousprint

Octoprint plugin to allow the creation of a print queue that prints, clears the bed and then prints again
13 stars 13 forks source link

"Complete: example.gcode" message gets shown too early #4

Closed Andreas-Menzel closed 4 years ago

Andreas-Menzel commented 4 years ago

When the plugin starts the next print, it displays "Complete: example.gcode" and removes the file from the list. The print however didn't finish yet. It would be better to mark the print as "currently printing" and show the "Complete: ..." message AFTER the print finished.

nukeem commented 4 years ago

You may be running an older version of the code somehow as the Complete: message shouldn't be shown. The plugin uses the octoprint PrintDone event so i have no control over when it notifies me that the print is complete. I have however changed the message to only show starting of new prints or complete queue.

Andreas-Menzel commented 4 years ago

Okay, I will test it again later. If everything works without a problem, then I will close this issue.