mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Rename Expand Upper/Lower Skins to Expand Top/Bottom Skins
Also in the description. Contributes to issue CURA-3779.
This commit is contained in:
parent
452a6a095c
commit
08857e3908
1 changed files with 4 additions and 4 deletions
|
@ -1383,8 +1383,8 @@
|
|||
{
|
||||
"expand_upper_skins":
|
||||
{
|
||||
"label": "Expand Upper Skins",
|
||||
"description": "Expand upper skin areas (areas with air above) so that they support infill above.",
|
||||
"label": "Expand Top Skins Into Infill",
|
||||
"description": "Expand the top skin areas (areas with air above) so that they support infill above.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "expand_skins_into_infill",
|
||||
|
@ -1392,8 +1392,8 @@
|
|||
},
|
||||
"expand_lower_skins":
|
||||
{
|
||||
"label": "Expand Lower Skins",
|
||||
"description": "Expand lower skin areas (areas with air below) so that they are anchored by the infill layers above and below.",
|
||||
"label": "Expand Bottom Skins Into Infill",
|
||||
"description": "Expand the bottom skin areas (areas with air below) so that they are anchored by the infill layers above and below.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue