mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +08: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
@ -1383,8 +1383,8 @@
|
|||||||
{
|
{
|
||||||
"expand_upper_skins":
|
"expand_upper_skins":
|
||||||
{
|
{
|
||||||
"label": "Expand Upper Skins",
|
"label": "Expand Top Skins Into Infill",
|
||||||
"description": "Expand upper skin areas (areas with air above) so that they support infill above.",
|
"description": "Expand the top skin areas (areas with air above) so that they support infill above.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "expand_skins_into_infill",
|
"value": "expand_skins_into_infill",
|
||||||
@ -1392,8 +1392,8 @@
|
|||||||
},
|
},
|
||||||
"expand_lower_skins":
|
"expand_lower_skins":
|
||||||
{
|
{
|
||||||
"label": "Expand Lower Skins",
|
"label": "Expand Bottom Skins Into Infill",
|
||||||
"description": "Expand lower skin areas (areas with air below) so that they are anchored by the infill layers above and below.",
|
"description": "Expand the bottom skin areas (areas with air below) so that they are anchored by the infill layers above and below.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user