mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: fix for inherit function of fan speed (CURA-1171)
This commit is contained in:
parent
65499bd06c
commit
802623443a
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue