mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: fix: max_value for call_fan_speed_min (CURA-863)
This commit is contained in:
parent
5bb63c5cfb
commit
981e3f3851
1 changed files with 1 additions and 0 deletions
|
@ -1096,6 +1096,7 @@
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
|
"max_value": "100",
|
||||||
"inherit_function": "parent_value",
|
"inherit_function": "parent_value",
|
||||||
"default": 100,
|
"default": 100,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue