mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Update description of support_roof/bottom_enable
Better terminology according to our UX designer. Contributes to issue CURA-3491.
This commit is contained in:
parent
548338440a
commit
fb29948f88
1 changed files with 2 additions and 2 deletions
|
@ -3300,7 +3300,7 @@
|
|||
"support_bottom_enable":
|
||||
{
|
||||
"label": "Enable Support Floor",
|
||||
"description": "Generate a dense slab of material below the support where it rests on the model. This will create a skin between the model and support.",
|
||||
"description": "Generate a dense slab of material between the bottom of the support and the model. This will create a skin between the model and support.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "support_interface_enable",
|
||||
|
@ -3311,7 +3311,7 @@
|
|||
"support_roof_enable":
|
||||
{
|
||||
"label": "Enable Support Roof",
|
||||
"description": "Generate a dense roof above the support where the model rests on the support. This will create a skin between the model and support.",
|
||||
"description": "Generate a dense slab of material between the top of support and the model. This will create a skin between the model and support.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "support_interface_enable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue