mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Revert "Add settings for skipping some zags"
This reverts commit a0e59dd6aa
.
This commit is contained in:
parent
70a0a6ef1c
commit
cc26d52af3
1 changed files with 0 additions and 24 deletions
|
@ -3379,30 +3379,6 @@
|
|||
"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