Update setting labels and descriptions

CURA-3957
This commit is contained in:
Lipu Fei 2017-07-31 13:40:20 +02:00
parent 5c22798eba
commit 26ec06e1fe

View File

@ -3404,8 +3404,8 @@
}, },
"support_skip_some_zags": "support_skip_some_zags":
{ {
"label": "Skip Some ZigZags Connections", "label": "Skip Some Support Line Connections",
"description": "Skip some ZigZags connections to make the support structure easier to break.", "description": "Skip some support line connections to make the support structure easier to break away.",
"type": "bool", "type": "bool",
"default_value": false, "default_value": false,
"enabled": "support_enable and (support_pattern == 'zigzag')", "enabled": "support_enable and (support_pattern == 'zigzag')",
@ -3415,8 +3415,8 @@
}, },
"support_zag_skip_count": "support_zag_skip_count":
{ {
"label": "ZigZag Connection Skip Count", "label": "Support Line Connection Skip Chunk Size",
"description": "Skip one in every N connection lines to make the support structure easier to break.", "description": "Skip one in every N connection lines to make the support structure easier to break away.",
"type": "int", "type": "int",
"default_value": 6, "default_value": 6,
"minimum_value": "1", "minimum_value": "1",