JSON refactor: support_mesh ==> overhang_mesh (CURA-2077)

This commit is contained in:
Tim Kuipers 2016-10-19 17:26:18 +02:00
parent b840711960
commit 1787b1e65b

View file

@ -3693,10 +3693,10 @@
"settable_per_meshgroup": false,
"settable_globally": false
},
"support_mesh":
"overhang_mesh":
{
"label": "Support Mesh",
"description": "Use this mesh to specify support areas. This can be used to generate support structure.",
"label": "Overhang Mesh",
"description": "Use this mesh to specify areas which should be supported. This can be used to generate support structure.",
"type": "bool",
"default_value": false,
"settable_per_mesh": true,