mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:05:53 +08:00
Rename skip-some-zags setting names
CURA-3957
This commit is contained in:
parent
50960a3904
commit
8029efdffb
@ -3381,7 +3381,7 @@
|
||||
},
|
||||
"support_skip_some_zags":
|
||||
{
|
||||
"label": "Skip Some Support Line Connections",
|
||||
"label": "Break Up Support In Chunks",
|
||||
"description": "Skip some support line connections to make the support structure easier to break away. This setting is applicable to the Zig Zag support infill pattern.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
@ -3392,7 +3392,7 @@
|
||||
},
|
||||
"support_skip_zag_per_mm":
|
||||
{
|
||||
"label": "Support Line Skip Frequency",
|
||||
"label": "Support Chunk Size",
|
||||
"description": "To skip one connection line in every N mm to make the support structure easier to break away.",
|
||||
"type": "float",
|
||||
"value": "support_line_distance * 5",
|
||||
@ -3406,7 +3406,7 @@
|
||||
{
|
||||
"support_zag_skip_count":
|
||||
{
|
||||
"label": "Support Chunk Size",
|
||||
"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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user