dojohnso / OctoPrint-PrintJobHistory

OctoPrint Plugin stores all print-job information of a print in a database
https://plugins.octoprint.org/plugins/PrintJobHistory/
16 stars 3 forks source link

Nozzle temperature in status of completed job incorrect #9

Open dojohnso opened 10 months ago

dojohnso commented 10 months ago

per @morris2009 https://github.com/OllisGit/OctoPrint-PrintJobHistory/issues/222

Hi, In my setup, somehow in the status of completed jobs, it always says 160 degrees for nozzle temperature. This is probably resulting from the start Gcode where the nozzle is heating up to a fixed temperature of 160, and the bed to printtemp, to do the bedlevel. After bedleveleling has finished it will heat-up to print temp and start printing.

Is there a way to have printjobhistory ignore the first temperature setting, and display the correct nozzle temp with which the object was printed?