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:
Ghostkeeper 2016-05-18 12:34:10 +02:00
parent 442b9f2af3
commit fa81604b89
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -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\"",