JSON: fix: max_value for call_fan_speed_min (CURA-863)

This commit is contained in:
Tim Kuipers 2016-03-29 10:42:13 +02:00
parent 5bb63c5cfb
commit 981e3f3851

View file

@ -1096,6 +1096,7 @@
"unit": "%",
"type": "float",
"min_value": "0",
"max_value": "100",
"inherit_function": "parent_value",
"default": 100,
"visible": false,