mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:25:57 +08:00
JSON feat: anti support meshes (CURA-2077)
This commit is contained in:
parent
0a9db4ee0f
commit
09a64c7ba0
@ -3693,6 +3693,17 @@
|
|||||||
"settable_per_meshgroup": false,
|
"settable_per_meshgroup": false,
|
||||||
"settable_globally": false
|
"settable_globally": false
|
||||||
},
|
},
|
||||||
|
"anti_support_mesh":
|
||||||
|
{
|
||||||
|
"label": "Anti Overhang Mesh",
|
||||||
|
"description": "Use this mesh to specify where no part of the model should be detected as overhang. This can be used to remove unwanted support structure.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"settable_per_mesh": true,
|
||||||
|
"settable_per_extruder": false,
|
||||||
|
"settable_per_meshgroup": false,
|
||||||
|
"settable_globally": false
|
||||||
|
},
|
||||||
"magic_mesh_surface_mode":
|
"magic_mesh_surface_mode":
|
||||||
{
|
{
|
||||||
"label": "Surface Mode",
|
"label": "Surface Mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user