mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 12:39:06 +08: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
@ -3811,7 +3811,8 @@
|
|||||||
"triangles": "Triangles",
|
"triangles": "Triangles",
|
||||||
"concentric": "Concentric",
|
"concentric": "Concentric",
|
||||||
"zigzag": "Zig Zag",
|
"zigzag": "Zig Zag",
|
||||||
"cross": "Cross"
|
"cross": "Cross",
|
||||||
|
"gyroid": "Gyroid"
|
||||||
},
|
},
|
||||||
"default_value": "zigzag",
|
"default_value": "zigzag",
|
||||||
"enabled": "support_enable or support_tree_enable",
|
"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.",
|
"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",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"value": "support_pattern == 'cross'",
|
"value": "support_pattern == 'cross' or support_pattern == 'gyroid'",
|
||||||
"enabled": "support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross'",
|
"enabled": "support_pattern == 'grid' or support_pattern == 'triangles' or support_pattern == 'cross' or support_pattern == 'gyroid'",
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user