mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Merge branch 'remove_some_zags'
Contributes to issue CURA-3957.
This commit is contained in:
commit
8a15d4432b
1 changed files with 24 additions and 0 deletions
|
@ -3379,6 +3379,30 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"support_skip_some_zags":
|
||||
{
|
||||
"label": "Skip Some ZigZags Connections",
|
||||
"description": "Skip some ZigZags connections to make the support structure easier to break.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "support_enable and (support_pattern == 'zigzag')",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"support_zag_skip_count":
|
||||
{
|
||||
"label": "ZigZag Connection Skip Count",
|
||||
"description": "Skip one in every N connection lines to make the support structure easier to break.",
|
||||
"type": "int",
|
||||
"default_value": 6,
|
||||
"minimum_value": "1",
|
||||
"minimum_value_warning": "3",
|
||||
"enabled": "support_enable and (support_pattern == 'zigzag') and support_skip_some_zags",
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"support_infill_rate":
|
||||
{
|
||||
"label": "Support Density",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue