https://github.com/kevinkhill/klipper-graphstats2
Klipper's graphstats.py ported to Streamlit
https://github.com/kevinkhill/klipper-graphstats2
klipper plot
Last synced: 2 months ago
JSON representation
Klipper's graphstats.py ported to Streamlit
- Host: GitHub
- URL: https://github.com/kevinkhill/klipper-graphstats2
- Owner: kevinkhill
- Created: 2024-04-26T23:31:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T03:04:04.000Z (about 2 years ago)
- Last Synced: 2025-06-04T05:06:28.437Z (about 1 year ago)
- Topics: klipper, plot
- Language: Python
- Homepage: https://klipper-graphstats2.streamlit.app/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphStats2
This is a port of [graphstats.py](https://github.com/Klipper3d/klipper/blob/master/scripts/graphstats.py) from the [Klipper](https://github.com/Klipper3d/klipper) project to Streamlit.
I tried to modify the original code as little as possible to get it to work. I am sure I messed up something with heaters.
I am also, not a python programer, so I'm sure there is room for improvement.