mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07:00
Clarify description of support interface area settings
They'll be generated and then tossed away. I'm specifying that there will be normal support in its place, unlike the minimum support area setting that replaces the support with air. It won't be air here, but normal support.
This commit is contained in:
parent
93f2641be7
commit
3c17af6192
1 changed files with 3 additions and 3 deletions
|
|
@ -4757,7 +4757,7 @@
|
|||
"minimum_interface_area":
|
||||
{
|
||||
"label": "Minimum Support Interface Area",
|
||||
"description": "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will not be generated.",
|
||||
"description": "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will be printed as normal support.",
|
||||
"unit": "mm²",
|
||||
"type": "float",
|
||||
"default_value": 1.0,
|
||||
|
|
@ -4771,7 +4771,7 @@
|
|||
"minimum_roof_area":
|
||||
{
|
||||
"label": "Minimum Support Roof Area",
|
||||
"description": "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will not be generated.",
|
||||
"description": "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support.",
|
||||
"unit": "mm²",
|
||||
"type": "float",
|
||||
"default_value": 1.0,
|
||||
|
|
@ -4785,7 +4785,7 @@
|
|||
"minimum_bottom_area":
|
||||
{
|
||||
"label": "Minimum Support Floor Area",
|
||||
"description": "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will not be generated.",
|
||||
"description": "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will be printed as normal support.",
|
||||
"unit": "mm²",
|
||||
"type": "float",
|
||||
"default_value": 1.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue