mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Added lightning infill description and sub-settings level.
part of CURA-8550
This commit is contained in:
parent
2ed837ba71
commit
e29edb0cc9
2 changed files with 5 additions and 1 deletions
|
@ -1890,7 +1890,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, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet 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, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the (internal) roofs of the object. As such, the infill percentage is only 'valid' one layer below whatever it needs to support of the model.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
|
|
|
@ -358,6 +358,10 @@ magic_mesh_surface_mode
|
|||
magic_spiralize
|
||||
smooth_spiralized_contours
|
||||
relative_extrusion
|
||||
lightning_infill_support_angle
|
||||
lightning_infill_overhang_angle
|
||||
lightning_infill_prune_angle
|
||||
lightning_infill_straightening_angle
|
||||
|
||||
[experimental]
|
||||
support_tree_wall_thickness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue