From 802623443a603750b623b0dfe51b22560194d0ea Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 15 Mar 2016 17:51:52 +0100 Subject: [PATCH] JSON: fix for inherit function of fan speed (CURA-1171) --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 1d3ded2adf..e7f538beae 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1081,7 +1081,7 @@ "max_value": "100", "default": 100, "visible": false, - "inherit_function": "100.0 if parent_value else 0.0", + "inherit_function": "100.0 if cool_fan_enabled else 0.0", "enabled": "cool_fan_enabled", "global_only": "True", "children": {