mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Support gyroid support.
Haven't actually tried printing gyroid support but at least now it can be evaluated.
This commit is contained in:
parent
25c9bb20c3
commit
1ba7b35ccc
1 changed files with 4 additions and 3 deletions
|
@ -3811,7 +3811,8 @@
|
|||
"triangles": "Triangles",
|
||||
"concentric": "Concentric",
|
||||
"zigzag": "Zig Zag",
|
||||
"cross": "Cross"
|
||||
"cross": "Cross",
|
||||
"gyroid": "Gyroid"
|
||||
},
|
||||
"default_value": "zigzag",
|
||||
"enabled": "support_enable or support_tree_enable",
|
||||
|
@ -3840,8 +3841,8 @@
|
|||
"description": "Connect the ends of the support lines together. Enabling this setting can make your support more sturdy and reduce underextrusion, but it will cost more material.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "support_pattern == 'cross'",
|
||||
"enabled": "support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross'",
|
||||
"value": "support_pattern == 'cross' or support_pattern == 'gyroid'",
|
||||
"enabled": "support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross' or support_pattern == 'gyroid'",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue