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