mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:46:00 +08:00
JSON: made every fill option available for all fill types (skin, support, infill)
This commit is contained in:
parent
ed60c3c929
commit
34eb78cbaa
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user