Arksine / moonraker

Web API Server for Klipper
https://moonraker.readthedocs.io
GNU General Public License v3.0
1.02k stars 394 forks source link

Easy Way To Export Print History #400

Open jccf07 opened 2 years ago

jccf07 commented 2 years ago

Is your feature request related to a problem? Please describe

There is no simple way to export the print history data There is no way to filter the data by time (moths, weeks, etc) There are no graphs

Describe the solution you'd like

It would be great to have graphs and be able to show historical data for years, months or weeks. At least it would be ideal to have an easy way to export the data. Something like a button to export in .csv or similar format would be great. The idea is to use the data to make graphs and filters in excel

Describe alternatives you've considered

I have tried to open the file data.mdb (path /home/pi/.moonraker_database), but MS Access cannot open it. Is it possible to open it with some other program?

Additional information

I am using: fluidd v1.16.2 klipper v0.10.0-180-g323268ea moonraker v0.7.1-243-g3f7cc53 running on Raspberry Pi

bruhly-bot commented 4 months ago

been tackling similar issues recently, ".mdb" is not MS Access, I just learned that it's an lmdb database.