mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Set default raft fan speed to 0
This makes layer adhesion better. Contributes to issues PL-162, PL-163, PL-164 and PL-165.
This commit is contained in:
parent
442b9f2af3
commit
fa81604b89
@ -1686,7 +1686,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "100",
|
"max_value": "100",
|
||||||
"default": 100,
|
"default": 0,
|
||||||
"global_only": "True",
|
"global_only": "True",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "adhesion_type == \"raft\"",
|
"enabled": "adhesion_type == \"raft\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user