rename: tetrahedral ==> octet

that's its proper name.
Otherwise it would be very confusing because Quarter Cubic also contains a lot of tetrahedra
This commit is contained in:
Tim Kuipers 2017-07-20 23:48:04 +02:00
parent f621e435d9
commit 7ed07c9f3b

View File

@ -1282,7 +1282,7 @@
"infill_pattern":
{
"label": "Infill Pattern",
"description": "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, cubic, tetrahedral, quarter cubic and concentric patterns are fully printed every layer. Cubic, quarter cubic and tetrahedral infill change with every layer to provide a more equal distribution of strength over each direction.",
"description": "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, cubic, octet, quarter cubic and concentric patterns are fully printed every layer. Cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction.",
"type": "enum",
"options":
{
@ -1291,7 +1291,7 @@
"triangles": "Triangles",
"cubic": "Cubic",
"cubicsubdiv": "Cubic Subdivision",
"tetrahedral": "Tetrahedral",
"tetrahedral": "Octet",
"quarter_cubic": "Quarter Cubic",
"concentric": "Concentric",
"concentric_3d": "Concentric 3D",