mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:45:56 +08:00
Update setting labels and descriptions
CURA-3957
This commit is contained in:
parent
5c22798eba
commit
26ec06e1fe
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user