mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-03 06:30:36 +08:00
JSON feat: mold roof height (CURA-3797)
This commit is contained in:
parent
8a94f94258
commit
dadb592328
@ -4518,6 +4518,18 @@
|
|||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"enabled": "mold_enabled"
|
"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":
|
"mold_angle":
|
||||||
{
|
{
|
||||||
"label": "Mold Angle",
|
"label": "Mold Angle",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user