Extra Weight Field for Spool Accessories (DryPods, etc.) #14
Reference in New Issue
Block a user
No description provided.
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?
Summary
Add optional "extra weight" field to spools for tracking weight of accessories like DryPods, dry cores, or other attachments.
Upstream Issue
Problem
When using DryPods or other dry storage cores with spools, their weight cannot be tracked separately. This affects weight-based filament calculations.
Proposed Solution
Database
Add
extra_weightcolumn to Spool model (nullable float, grams).API
extra_weightfield to spool create/update endpointsFrontend
Weight Calculation
Total non-filament weight = spool_weight (from filament) + extra_weight (from spool)
This allows accurate remaining filament calculation when weighing spools with accessories.