mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
JSON fix: initial fan speed zero by default (CURA-3068)
This commit is contained in:
parent
09e884fd92
commit
b8ff7acb68
@ -2526,8 +2526,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value": "100",
|
"maximum_value": "100",
|
||||||
"value": "cool_fan_speed",
|
"default_value": 0,
|
||||||
"default_value": 100,
|
|
||||||
"enabled": "cool_fan_enabled",
|
"enabled": "cool_fan_enabled",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user