mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
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:
parent
6110b83844
commit
dba748bd8a
1 changed files with 12 additions and 0 deletions
|
|
@ -3572,6 +3572,18 @@
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"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":
|
"support_connect_zigzags":
|
||||||
{
|
{
|
||||||
"label": "Connect Support ZigZags",
|
"label": "Connect Support ZigZags",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue