Filament database integration #4

Closed
opened 2026-06-18 17:13:08 +00:00 by martin · 1 comment
Owner

Connect to an external filament database to track spools, materials, colors, and remaining quantities.

Connect to an external filament database to track spools, materials, colors, and remaining quantities.
Author
Owner

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.

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.
Sign in to join this conversation.