mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +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.",
|
"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": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 20,
|
"default": 100,
|
||||||
"children": {
|
"children": {
|
||||||
"support_roof_line_distance": {
|
"support_roof_line_distance": {
|
||||||
"label": "Hammock Line Distance",
|
"label": "Hammock Line Distance",
|
||||||
"description": "Distance between the printed hammock lines.",
|
"description": "Distance between the printed hammock lines.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 2,
|
"default": 0.4,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "0 if parent_value == 0 else (support_roof_line_width * 100) / parent_value"
|
"inherit_function": "0 if parent_value == 0 else (support_roof_line_width * 100) / parent_value"
|
||||||
}
|
}
|
||||||
@ -1316,7 +1316,7 @@
|
|||||||
"Concentric",
|
"Concentric",
|
||||||
"ZigZag"
|
"ZigZag"
|
||||||
],
|
],
|
||||||
"default": "Lines"
|
"default": "Concentric"
|
||||||
},
|
},
|
||||||
"support_use_towers": {
|
"support_use_towers": {
|
||||||
"label": "Use towers.",
|
"label": "Use towers.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user