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

Print time and filament usage not showing #36

Closed musyne closed 7 years ago

musyne commented 7 years ago

Hi, On a fresh Octoprint 1.3 everything is working fine except as the title says. I've done 4 prints from it so far (all successful), but I only get the Date and the status of the print, no other information ("-"). Do I need to setup something?

musyne commented 7 years ago

New discovery: I've had a failed print and it shows the print time and filament usage. So I guess a recent commit somehow inverted the logic by mistake?

imrahil commented 7 years ago

you have to wait for gcode analysis if you want detailed info in history tab... see: https://github.com/imrahil/OctoPrint-PrintHistory/issues/32

Tailslide commented 6 years ago

I'm using the API to print directly from my slicer.. is there some way to insert a delay so the filament usage will show up?