mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:39:03 +08:00
changed support roof defaults (now concentric)
This commit is contained in:
parent
34eb78cbaa
commit
c83ef32c17
@ -1291,14 +1291,14 @@
|
||||
"description": "This controls how densely filled the roofs of the support will be. A higher percentage results in better overhangs, which are more difficult to remove.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default": 20,
|
||||
"default": 100,
|
||||
"children": {
|
||||
"support_roof_line_distance": {
|
||||
"label": "Hammock Line Distance",
|
||||
"description": "Distance between the printed hammock lines.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 2,
|
||||
"default": 0.4,
|
||||
"visible": false,
|
||||
"inherit_function": "0 if parent_value == 0 else (support_roof_line_width * 100) / parent_value"
|
||||
}
|
||||
@ -1316,7 +1316,7 @@
|
||||
"Concentric",
|
||||
"ZigZag"
|
||||
],
|
||||
"default": "Lines"
|
||||
"default": "Concentric"
|
||||
},
|
||||
"support_use_towers": {
|
||||
"label": "Use towers.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user