mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch 'feature_mold_roof'
This commit is contained in:
commit
7cb8e549f4
1 changed files with 12 additions and 0 deletions
|
@ -4506,6 +4506,18 @@
|
|||
"settable_per_mesh": true,
|
||||
"enabled": "mold_enabled"
|
||||
},
|
||||
"mold_roof_height":
|
||||
{
|
||||
"label": "Mold Roof Height",
|
||||
"description": "The height above horizontal parts in your model which to print mold.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "5",
|
||||
"default_value": 0.5,
|
||||
"settable_per_mesh": true,
|
||||
"enabled": "mold_enabled"
|
||||
},
|
||||
"mold_angle":
|
||||
{
|
||||
"label": "Mold Angle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue