mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:56:06 +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":
|
||||
{
|
||||
"label": "Skip Some ZigZags Connections",
|
||||
"description": "Skip some ZigZags connections to make the support structure easier to break.",
|
||||
"label": "Skip Some Support Line Connections",
|
||||
"description": "Skip some support line connections to make the support structure easier to break away.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "support_enable and (support_pattern == 'zigzag')",
|
||||
@ -3415,8 +3415,8 @@
|
||||
},
|
||||
"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.",
|
||||
"label": "Support Line Connection Skip Chunk Size",
|
||||
"description": "Skip one in every N connection lines to make the support structure easier to break away.",
|
||||
"type": "int",
|
||||
"default_value": 6,
|
||||
"minimum_value": "1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user