mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:26:05 +08:00
Also change default raft fan speed for subsettings
Contributes to issues PL-162, PL-163, PL-164 and PL-165.
This commit is contained in:
parent
cad6d87a0c
commit
14f860f8ae
@ -1698,7 +1698,7 @@
|
||||
"type": "float",
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"default": 100,
|
||||
"default": 0,
|
||||
"global_only": "True",
|
||||
"visible": false,
|
||||
"inherit": true,
|
||||
@ -1711,7 +1711,7 @@
|
||||
"type": "float",
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"default": 100,
|
||||
"default": 0,
|
||||
"global_only": "True",
|
||||
"visible": false,
|
||||
"inherit": true,
|
||||
@ -1724,7 +1724,7 @@
|
||||
"type": "float",
|
||||
"min_value": "0",
|
||||
"max_value": "100",
|
||||
"default": 100,
|
||||
"default": 0,
|
||||
"global_only": "True",
|
||||
"visible": false,
|
||||
"inherit": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user