mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 19:59:06 +08:00
Merge pull request #15287 from Ultimaker/fix_cool_max_speed
Despite the name, 'Max' Fan Speed should be able to go below min CURA-10533
This commit is contained in:
commit
d0841a7d5a
@ -4314,7 +4314,7 @@
|
|||||||
"description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.",
|
"description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.",
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "max(0, cool_fan_speed_min)",
|
"minimum_value": "0",
|
||||||
"maximum_value": "100",
|
"maximum_value": "100",
|
||||||
"default_value": 100,
|
"default_value": 100,
|
||||||
"enabled": "cool_fan_enabled",
|
"enabled": "cool_fan_enabled",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user