From 43bcd755620957b0d3eb3875910f3e78ffa244fb Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 9 Sep 2016 15:51:36 +0200 Subject: [PATCH] JSON fix: support_interface_enable caused circular dependency (CURA-2308) --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c642ae1986..26766ecf86 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -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 },