mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
update support_skip_zag_per_mm description and default value (CURA-3957)
This commit is contained in:
parent
f5c1bd6abd
commit
c2ac731324
@ -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…
x
Reference in New Issue
Block a user