feat: cutting mesh (CURA-966)

This commit is contained in:
Tim Kuipers 2017-04-08 12:47:01 +02:00
parent c94b05e0f4
commit 4c6f9486be
3 changed files with 13 additions and 1 deletions

View file

@ -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",