update support_skip_zag_per_mm description and default value (CURA-3957)

This commit is contained in:
Tim Kuipers 2017-08-14 15:49:16 +02:00
parent f5c1bd6abd
commit c2ac731324

View file

@ -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",