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:
parent
ee57873081
commit
1c9bca2c73
|
@ -59,6 +59,7 @@
|
|||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"max_bridge_length": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_speed": "200",
|
||||
|
|
Loading…
Reference in New Issue