mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Rename skip-some-zags setting names
CURA-3957
This commit is contained in:
parent
50960a3904
commit
8029efdffb
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue