mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 08:11:09 -07:00
Rename expand_skins_shrink_distance setting to min_skin_width_for_expansion.
This commit is contained in:
parent
9555a64ab1
commit
c0fc8287c0
1 changed files with 3 additions and 3 deletions
|
|
@ -1285,10 +1285,10 @@
|
||||||
"enabled": "expand_skins_into_infill",
|
"enabled": "expand_skins_into_infill",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"expand_skins_shrink_distance":
|
"min_skin_width_for_expansion":
|
||||||
{
|
{
|
||||||
"label": "Skin Shrink Distance",
|
"label": "Minimum Skin Width For Expansion",
|
||||||
"description": "The distance the skins are shrunk before they are expanded. Shrinking the skins slightly first removes the very narrow skin areas that are created when the model surface has a slope close to the vertical.",
|
"description": "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue