changed support roof defaults (now concentric)

This commit is contained in:
Tim Kuipers 2015-08-25 13:30:28 +02:00
parent 34eb78cbaa
commit c83ef32c17

View File

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