mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
feat: support_bottom_height and support_interface_height (CURA-1013)
This commit is contained in:
parent
35107742d6
commit
f4698c7cd4
1 changed files with 35 additions and 4 deletions
|
|
@ -2365,10 +2365,10 @@
|
||||||
"enabled": "support_enable",
|
"enabled": "support_enable",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"support_roof_height":
|
"support_interface_height":
|
||||||
{
|
{
|
||||||
"label": "Support Roof Thickness",
|
"label": "Support Interface Thickness",
|
||||||
"description": "The thickness of the support roofs.",
|
"description": "The thickness of the interface of the support where it touches with the model on the bottom or the top.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
|
|
@ -2376,7 +2376,38 @@
|
||||||
"global_inherits_stack": "support_extruder_nr",
|
"global_inherits_stack": "support_extruder_nr",
|
||||||
"maximum_value_warning": "10",
|
"maximum_value_warning": "10",
|
||||||
"enabled": "support_roof_enable and support_enable",
|
"enabled": "support_roof_enable and support_enable",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true,
|
||||||
|
"children":
|
||||||
|
{
|
||||||
|
"support_roof_height":
|
||||||
|
{
|
||||||
|
"label": "Support Roof Thickness",
|
||||||
|
"description": "The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests.",
|
||||||
|
"unit": "mm",
|
||||||
|
"type": "float",
|
||||||
|
"default_value": 1,
|
||||||
|
"value": "support_interface_height",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"global_inherits_stack": "support_extruder_nr",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"enabled": "support_roof_enable and support_enable",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"support_bottom_height":
|
||||||
|
{
|
||||||
|
"label": "Support Bottom Thickness",
|
||||||
|
"description": "The thickness of the support bottoms. This controls the number of dense layers are printed on top of places of a model on which support rests.",
|
||||||
|
"unit": "mm",
|
||||||
|
"type": "float",
|
||||||
|
"default_value": 1,
|
||||||
|
"value": "support_interface_height",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"global_inherits_stack": "support_extruder_nr",
|
||||||
|
"maximum_value_warning": "10",
|
||||||
|
"enabled": "support_roof_enable and support_enable",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"support_roof_density":
|
"support_roof_density":
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue