mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Improve language construction
Contributes to issue CURA-1309.
This commit is contained in:
parent
3a7a1a4baa
commit
b11051b281
1 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@
|
||||||
},
|
},
|
||||||
"infill_sparse_thickness": {
|
"infill_sparse_thickness": {
|
||||||
"label": "Infill layer thickness",
|
"label": "Infill layer thickness",
|
||||||
"description": "The thickness per layer of infill material. This value should always be a multiplication of the layer height and is otherwise rounded.",
|
"description": "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.1,
|
"default": 0.1,
|
||||||
|
@ -749,7 +749,7 @@
|
||||||
},
|
},
|
||||||
"retraction_extra_prime_amount": {
|
"retraction_extra_prime_amount": {
|
||||||
"label": "Retraction Extra Prime Amount",
|
"label": "Retraction Extra Prime Amount",
|
||||||
"description": "Some material can ooze away during a travel move, which can be compensated here.",
|
"description": "Some material can ooze away during a travel move, which can be compensated for here.",
|
||||||
"unit": "mm³",
|
"unit": "mm³",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue