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",
"options": [
"Lines",
"Concentric"
"Grid",
"Triangles",
"Concentric",
"ZigZag"
],
"default": "Lines",
"visible": false
@ -465,8 +468,9 @@
"type": "enum",
"visible": false,
"options": [
"Grid",
"Lines",
"Grid",
"Triangles",
"Concentric",
"ZigZag"
],
@ -1306,8 +1310,9 @@
"type": "enum",
"visible": false,
"options": [
"Grid",
"Lines",
"Grid",
"Triangles",
"Concentric",
"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.",
"type": "enum",
"options": [
"Grid",
"Lines",
"Grid",
"Triangles",
"Concentric",
"ZigZag"
],
"default": "ZigZag",