JSON: fix for inherit function of fan speed (CURA-1171)

This commit is contained in:
Tim Kuipers 2016-03-15 17:51:52 +01:00
parent 65499bd06c
commit 802623443a

View file

@ -1081,7 +1081,7 @@
"max_value": "100", "max_value": "100",
"default": 100, "default": 100,
"visible": false, "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", "enabled": "cool_fan_enabled",
"global_only": "True", "global_only": "True",
"children": { "children": {