Filament database integration #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Connect to an external filament database to track spools, materials, colors, and remaining quantities.
Closing as already implemented. app/filamentdb.py provides an HTTP client to the external FilamentDB service with 5-minute caching. Material/color dropdowns on job creation pull live data from FilamentDB. Filament weight is logged against the spool when a job starts. The local filaments table was intentionally removed (migration 0009) in favour of this integration.