Rename Expand Upper/Lower Skins to Expand Top/Bottom Skins

Also in the description.

Contributes to issue CURA-3779.
This commit is contained in:
Ghostkeeper 2017-05-08 15:51:35 +02:00
parent 452a6a095c
commit 08857e3908
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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