mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
JSON: language fixes by Tim (CURA-1309)
This commit is contained in:
parent
3b7650729a
commit
c8aa770fed
1 changed files with 2 additions and 2 deletions
|
|
@ -460,7 +460,7 @@
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"alternate_extra_perimeter": {
|
"alternate_extra_perimeter": {
|
||||||
"label": "Alternating Extra Wall",
|
"label": "Alternate Extra Wall",
|
||||||
"description": "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints.",
|
"description": "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
|
|
@ -1300,7 +1300,7 @@
|
||||||
"global_only": true,
|
"global_only": true,
|
||||||
"children": {
|
"children": {
|
||||||
"support_line_distance": {
|
"support_line_distance": {
|
||||||
"label": "Support Line distance",
|
"label": "Support Line Distance",
|
||||||
"description": "Distance between the printed support structure lines. This setting is calculated by the support density.",
|
"description": "Distance between the printed support structure lines. This setting is calculated by the support density.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue