JSON: made every fill option available for all fill types (skin, support, infill)

This commit is contained in:
Tim Kuipers 2015-08-25 13:10:14 +02:00
parent ed60c3c929
commit 34eb78cbaa

View File

@ -391,7 +391,10 @@
"type": "enum", "type": "enum",
"options": [ "options": [
"Lines", "Lines",
"Concentric" "Grid",
"Triangles",
"Concentric",
"ZigZag"
], ],
"default": "Lines", "default": "Lines",
"visible": false "visible": false
@ -465,8 +468,9 @@
"type": "enum", "type": "enum",
"visible": false, "visible": false,
"options": [ "options": [
"Grid",
"Lines", "Lines",
"Grid",
"Triangles",
"Concentric", "Concentric",
"ZigZag" "ZigZag"
], ],
@ -1306,8 +1310,9 @@
"type": "enum", "type": "enum",
"visible": false, "visible": false,
"options": [ "options": [
"Grid",
"Lines", "Lines",
"Grid",
"Triangles",
"Concentric", "Concentric",
"ZigZag" "ZigZag"
], ],
@ -1363,8 +1368,10 @@
"description": "Cura supports 3 distinct types of support structure. First is a grid based support structure which is quite solid and can be removed as 1 piece. The second is a line based support structure which has to be peeled off line by line. The third is a structure in between the other two; it consists of lines which are connected in an accordeon fashion.", "description": "Cura supports 3 distinct types of support structure. First is a grid based support structure which is quite solid and can be removed as 1 piece. The second is a line based support structure which has to be peeled off line by line. The third is a structure in between the other two; it consists of lines which are connected in an accordeon fashion.",
"type": "enum", "type": "enum",
"options": [ "options": [
"Grid",
"Lines", "Lines",
"Grid",
"Triangles",
"Concentric",
"ZigZag" "ZigZag"
], ],
"default": "ZigZag", "default": "ZigZag",