TheSpaghettiDetective / obico-server

Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.

Home Page:https://obico.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add total 'print time' and 'filament used' for deleted prints too

puterboy opened this issue · comments

It would seem like there are 2 valid use cases for wanting to know total 'print time' and 'filament used'

  1. You want to know how much time and filament were used by your successful prints which may typically correspond with your non-deleted print history
  2. You want to know the total time and filament used by all prints regardless of whether you deleted them from your print history.

Since the metadata behind 'deleted' prints are still saved in db.sqlite3, it should be possible to also include deleted prints in the total print time and filament usage.
Perhaps add a checkbox that would allow you to (optionally) include deleted prints.