mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Rename 'Other Wall' to 'Inner Wall'
This is both more correct and more consistent with the descriptions. Contributes to issue CURA-1212.
This commit is contained in:
parent
a89e128f72
commit
4725b1b074
1 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@
|
|||
"visible": false
|
||||
},
|
||||
"wall_line_width_x": {
|
||||
"label": "Other Walls Line Width",
|
||||
"label": "Inner Wall(s) Line Width",
|
||||
"description": "Width of a single shell line for all shell lines except the outermost one.",
|
||||
"unit": "mm",
|
||||
"min_value": "0.0001",
|
||||
|
@ -458,7 +458,7 @@
|
|||
"enabled": "False"
|
||||
},
|
||||
"remove_overlapping_walls_x_enabled": {
|
||||
"label": "Remove Overlapping Other Wall Parts",
|
||||
"label": "Remove Overlapping Inner Wall Parts",
|
||||
"description": "Remove parts of an inner wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.",
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue