Added total weight to filament stocks.

This commit is contained in:
Tom Butcher 2025-12-08 23:03:47 +00:00
parent f2036a7a69
commit 7a4dec3f54

View File

@ -96,5 +96,15 @@ export const FilamentStock = {
return objectData?.filament?.emptySpoolWeight
}
}
],
stats: [
{
name: 'totalCurrentWeight.sum',
label: 'Total Current Weight',
type: 'number',
roundNumber: 2,
suffix: 'g',
cardWidth: 200
}
]
}