mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
feat: cutting mesh (CURA-966)
This commit is contained in:
parent
c94b05e0f4
commit
4c6f9486be
3 changed files with 13 additions and 1 deletions
|
|
@ -4181,6 +4181,17 @@
|
|||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"cutting_mesh":
|
||||
{
|
||||
"label": "Cutting Mesh",
|
||||
"description": "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false,
|
||||
"settable_globally": false
|
||||
},
|
||||
"mold_enabled":
|
||||
{
|
||||
"label": "Mold",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue