A simple web application to track the weight loss of 3D printer filament during the drying process. This tool helps you determine when your filament is sufficiently dry and ready for use.
- Timer with Notifications: Set a timer to remind you to weigh your filament spool at regular intervals.
- Data History: View a history of all your weight measurements in a clear table.
- Weight Variation: Automatically calculates the percentage of weight change between measurements.
- Graphical Visualization: See the weight loss over time on a simple line chart.
- Local Storage: All data is saved in your browser's local storage, so you can close the page and come back to it later without losing your progress.
- Open the
index.htmlfile in your web browser. - Set the desired interval for notifications (in minutes).
- Click "Start" to begin the timer. You will be asked for permission to display notifications.
- Each time you weigh your filament, enter the current weight in the "Current weight (g)" field and click "Add Weight".
- The table and chart will update automatically with the new data.
- HTML5
- CSS3
- Vanilla JavaScript
- Chart.js for charting
- Playwright for testing