mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add "Skin " prefix to "Expand Distance" and "Shrink Distance" labels.
It's useful to know what is being expanded/shrunk when those labels are cited (for example if you are switching profiles without saving changes).
This commit is contained in:
parent
3e8789ae48
commit
c1a770877f
1 changed files with 2 additions and 2 deletions
|
@ -1272,7 +1272,7 @@
|
|||
},
|
||||
"expand_skins_expand_distance":
|
||||
{
|
||||
"label": "Expand Distance",
|
||||
"label": "Skin Expand Distance",
|
||||
"description": "The distance the skins are expanded into the infill. The default distance is enough to bridge the gap between the infill lines and will stop holes appearing in the skin where it meets the wall when the infill density is low. A smaller distance will often be sufficient.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -1284,7 +1284,7 @@
|
|||
},
|
||||
"expand_skins_shrink_distance":
|
||||
{
|
||||
"label": "Shrink Distance",
|
||||
"label": "Skin Shrink Distance",
|
||||
"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.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue