imrahil / OctoPrint-PrintHistory

Plugin for OctoPrint - saves filename, print time and filament usage for each print
GNU Affero General Public License v3.0
64 stars 64 forks source link

History displays completed time of failed print if print passed before #19

Closed geodave810 closed 7 years ago

geodave810 commented 8 years ago

Looks like the history picks up the completed time from a completed print and uses it for the time of a failed print of the same name. Here is a screen capture of the problem. octoprint_historyfaileprintaddedtime

shambala001 commented 8 years ago

The plugin pulls the print time from octoprints metadata value "lastPrintTime" which is the last print time of a completed print, it doesnt store the time of failed ones. It should probably return a value of "-" instead of the last time however.

imrahil commented 7 years ago

fixed in 1.0.0