Double (max) transition filter distance.

This commit is contained in:
Remco Burema 2020-12-16 11:02:48 +01:00
parent 7be897ef56
commit bb0d2cad40
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -1110,11 +1110,11 @@
"description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.", "description": "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance.",
"type": "float", "type": "float",
"unit": "mm", "unit": "mm",
"default_value": 0.7, "default_value": 1.4,
"value": "2 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", "value": "4 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x",
"minimum_value": "wall_transition_length", "minimum_value": "wall_transition_length",
"minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x", "minimum_value_warning": "math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x",
"maximum_value_warning": "8 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x" "maximum_value_warning": "10 * math.cos(wall_transition_angle / 180 * math.pi) * wall_line_width_x"
}, },
"wall_0_wipe_dist": "wall_0_wipe_dist":
{ {