ENH: change default max_bridge_length to 0

Bridge detection is not accurate. Let's be conservative.

jira: STUDIO-7116
Change-Id: I92ed02e655a1a824169ad261336c65cfb4b53248
(cherry picked from commit 77fd0c5214b2ddab956d1779908872633364779f)
This commit is contained in:
Arthur 2024-05-08 16:45:33 +08:00 committed by Lane.Wei
parent ee57873081
commit 1c9bca2c73
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
"tree_support_branch_diameter": "2", "tree_support_branch_diameter": "2",
"tree_support_branch_angle": "45", "tree_support_branch_angle": "45",
"tree_support_wall_count": "0", "tree_support_wall_count": "0",
"max_bridge_length": "0",
"top_surface_pattern": "monotonicline", "top_surface_pattern": "monotonicline",
"top_surface_acceleration": "2000", "top_surface_acceleration": "2000",
"top_surface_speed": "200", "top_surface_speed": "200",