Added total weight to filament stocks.
This commit is contained in:
parent
f2036a7a69
commit
7a4dec3f54
@ -96,5 +96,15 @@ export const FilamentStock = {
|
|||||||
return objectData?.filament?.emptySpoolWeight
|
return objectData?.filament?.emptySpoolWeight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
stats: [
|
||||||
|
{
|
||||||
|
name: 'totalCurrentWeight.sum',
|
||||||
|
label: 'Total Current Weight',
|
||||||
|
type: 'number',
|
||||||
|
roundNumber: 2,
|
||||||
|
suffix: 'g',
|
||||||
|
cardWidth: 200
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user