mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
JSON feat: anti support meshes (CURA-2077)
This commit is contained in:
parent
0a9db4ee0f
commit
09a64c7ba0
1 changed files with 11 additions and 0 deletions
|
|
@ -3693,6 +3693,17 @@
|
|||
"settable_per_meshgroup": 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":
|
||||
{
|
||||
"label": "Surface Mode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue