This is just for fun project to learn flutter and clean architecture with DDD in mind. I want to create simple application to monitor 3D printer status.
Application for basic 3D printer status monitoring. Splitted into two stages of development. 3D printer status will be visualized in simple gauge.
Status will show:
- Is printing and other status
- % of current job
- temperatures for bed a nozzle
- Printer name
- Job name
- ETA
Monitoring just one 3d printer. Status will be refreshed by button event
- User can add printer
- User can remove printer
- User can refresh status
- Monitoring multiple 3d printer.
- Information will be automatically updated.
- Printers will be shown in 2x5 grid - limit to max 10 printers
Some use cases will be added in future.
- Use-cases from stage 1
- User can select witch printer wont to edit
- User can select witch printer wont to delete