Client: Clarify weight/spool_weight a bit
This commit is contained in:
@@ -165,7 +165,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="Weight"
|
||||
help="The filament weight of a full spool (net weight)."
|
||||
help="The filament weight of a full spool (net weight). This should not include the weight of the spool itself, only the filament. It is what is usually written on the packaging."
|
||||
name={["weight"]}
|
||||
rules={[
|
||||
{
|
||||
@@ -177,7 +177,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="Spool Weight"
|
||||
help="The weight of an empty spool."
|
||||
help="The weight of an empty spool. Currently not used for anything, but could be used by thirdparty apps to e.g. calculate the filament weight from a weight measurement."
|
||||
name={["spool_weight"]}
|
||||
rules={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user