mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Describe the value of the support interface density settings rather than the action
We use an object form rather than a verb form. Contributes to issue CURA-3491.
This commit is contained in:
parent
945c438c22
commit
89b296ef65
1 changed files with 2 additions and 2 deletions
|
@ -3339,7 +3339,7 @@
|
|||
"support_bottom_density":
|
||||
{
|
||||
"label": "Support Bottom Density",
|
||||
"description": "Adjusts the density of the bottoms of the support structure. A higher value results in better adhesion of the support on top of the model.",
|
||||
"description": "The density of the bottoms of the support structure. A higher value results in better adhesion of the support on top of the model.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100,
|
||||
|
@ -3371,7 +3371,7 @@
|
|||
"support_roof_density":
|
||||
{
|
||||
"label": "Support Roof Density",
|
||||
"description": "Adjusts the density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove.",
|
||||
"description": "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue