Add new setting for zig-zaggifying support

You can now also use the zigzag type patterns for support.

Contributes to issue CURA-4017.
This commit is contained in:
Ghostkeeper 2018-02-22 16:43:50 +01:00
parent 6110b83844
commit dba748bd8a
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -3572,6 +3572,18 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"zig_zaggify_support":
{
"label": "Connect Support Lines",
"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'",
"limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"support_connect_zigzags":
{
"label": "Connect Support ZigZags",