mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
update support_skip_zag_per_mm description and default value (CURA-3957)
This commit is contained in:
parent
f5c1bd6abd
commit
c2ac731324
1 changed files with 2 additions and 2 deletions
|
@ -3393,10 +3393,10 @@
|
|||
"support_skip_zag_per_mm":
|
||||
{
|
||||
"label": "Support Chunk Size",
|
||||
"description": "To skip one connection line in every N mm to make the support structure easier to break away.",
|
||||
"description": "Leave out a connection between support lines once every N millimeter to make the support structure easier to break away.",
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"value": "support_line_distance * 5",
|
||||
"value": "15",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "support_line_distance",
|
||||
"enabled": "support_enable and (support_pattern == 'zigzag') and support_skip_some_zags",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue