mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:25:53 +08:00
JSON: fix: max_value for call_fan_speed_min (CURA-863)
This commit is contained in:
parent
5bb63c5cfb
commit
981e3f3851
@ -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…
x
Reference in New Issue
Block a user