JSON fix: support_interface_enable caused circular dependency (CURA-2308)

This commit is contained in:
Tim Kuipers 2016-09-09 15:51:36 +02:00
parent 8341a01412
commit 43bcd75562

View File

@ -2488,7 +2488,7 @@
"description": "Generate a dense interface between the model and the support. This will create a skin at the top of the support on which the model is printed and at the bottom of the support, where it rests on the model.",
"type": "bool",
"default_value": false,
"global_inherits_stack": "support_interface_extruder_nr",
"global_inherits_stack": "support_extruder_nr",
"enabled": "support_enable",
"settable_per_mesh": true
},