Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions data/main_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,19 +301,17 @@
# Removed 19

- key: 31
name: shore_hardness_a
name: hardness_shore_a
type: int
example: 95
category: fff
description:
- Hardness of the material on the Shore A hardness scale (suitable for softer materials).
- "**Note:** There is no 1:1 mapping between A and D scales, different materials can have different values on one scale even though they are the same on the other."

- key: 32
name: shore_hardness_d
name: hardness_shore_d
type: int
example: 30
category: fff
description:
- Hardness of the material on the Shore D hardness scale (suitable for harder materials).
- "**Note:** There is no 1:1 mapping between A and D scales, different materials can have different values on one scale even though they are the same on the other."
Expand Down
4 changes: 2 additions & 2 deletions utils/schema/fields.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
"filament_diameter": {
"$ref": "field_types.schema.json#/definitions/number"
},
"shore_hardness_a": {
"hardness_shore_a": {
"$ref": "field_types.schema.json#/definitions/int"
},
"shore_hardness_d": {
"hardness_shore_d": {
"$ref": "field_types.schema.json#/definitions/int"
},
"min_nozzle_diameter": {
Expand Down
Loading