Client: Clarify weight/spool_weight a bit

This commit is contained in:
Donkie
2023-07-07 18:16:52 +02:00
parent 2690cd747b
commit 517cbfc8b6
2 changed files with 4 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ export const FilamentCreate: React.FC<
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label="Weight" 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"]} name={["weight"]}
rules={[ rules={[
{ {
@@ -149,7 +149,7 @@ export const FilamentCreate: React.FC<
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label="Spool Weight" 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"]} name={["spool_weight"]}
rules={[ rules={[
{ {

View File

@@ -165,7 +165,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label="Weight" 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"]} name={["weight"]}
rules={[ rules={[
{ {
@@ -177,7 +177,7 @@ export const FilamentEdit: React.FC<IResourceComponentsProps> = () => {
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label="Spool Weight" 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"]} name={["spool_weight"]}
rules={[ rules={[
{ {