malnvenshorn / OctoPrint-CostEstimation

OctoPrint plugin to display the estimated print cost for the loaded model
GNU Affero General Public License v3.0
23 stars 19 forks source link

Add log when job start / finish #24

Open sancho0410 opened 5 years ago

sancho0410 commented 5 years ago

Hi, now not log was implement in the main log file. Is it possible to add logs when the jobs are completed by reminding the user and the cost?

fixyourlan commented 5 years ago

I also would like to see a log of the items printed with names, print time, filament length, and cost for each item printed. It would be great to be able to check project cost after a project is completed since the cost information is lost after it is finished printing.

malnvenshorn commented 5 years ago

To be honest I'm not going to implement this. The goal of this plugin is not to provide a print history. It provides a preview of the print cost and nothing more. You can easily track this with a spreadsheet.

It would be great to be able to check project cost after a project is completed since the cost information is lost after it is finished printing.

The information is not lost after a print has finished. As long as the gcode file is loaded the information is shown.

zanovis commented 4 years ago

I think @fixyourlan was referring to a potential compilation of costs for filament & energy for the lifetime of the printer. Could this data be stored?