mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
JSON feat: support_mesh (CURA-2077)
This commit is contained in:
parent
2c87cddd3c
commit
b840711960
1 changed files with 11 additions and 0 deletions
|
@ -3693,6 +3693,17 @@
|
|||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"support_mesh":
|
||||
{
|
||||
"label": "Support Mesh",
|
||||
"description": "Use this mesh to specify support areas. This can be used to generate support structure.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"anti_overhang_mesh":
|
||||
{
|
||||
"label": "Anti Overhang Mesh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue