Remove duplicate setting

Some merge conflict, I think.

Contributes to issue CURA-4523.
This commit is contained in:
Ghostkeeper 2018-01-03 17:29:49 +01:00
parent 192db52d48
commit e18b3b3669
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -5367,19 +5367,6 @@
{ {
"support_zag_skip_count": "support_zag_skip_count":
{ {
"label": "Support Chunk Line Count",
"description": "Skip one in every N connection lines to make the support structure easier to break away.",
"type": "int",
"default_value": 5,
"value": "0 if support_line_distance == 0 else round(support_skip_zag_per_mm / support_line_distance)",
"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,
"children": {
"support_zag_skip_count": {
"label": "Support Chunk Line Count", "label": "Support Chunk Line Count",
"description": "Skip one in every N connection lines to make the support structure easier to break away.", "description": "Skip one in every N connection lines to make the support structure easier to break away.",
"type": "int", "type": "int",
@ -5393,8 +5380,6 @@
"settable_per_extruder": true "settable_per_extruder": true
} }
} }
}
}
}, },
"draft_shield_enabled": "draft_shield_enabled":
{ {