Support gyroid support.

Haven't actually tried printing gyroid support but at least now it can be evaluated.
This commit is contained in:
Mark Burton 2019-02-15 09:19:40 +00:00
parent 25c9bb20c3
commit 1ba7b35ccc

View file

@ -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