ENH: change default tree_support_wall_count to 0

Now normal support also uses this option, so we can't default it to 1, otherwise normal supports will be too hard to remove.

jira: none
Change-Id: Ic5700af5c17e3a7b265c8915f28b0db35c6e06e6
(cherry picked from commit 6b84a9826da108b76569e686bd9def0b23ae29fd)
This commit is contained in:
Arthur
2023-11-27 09:56:52 +08:00
committed by Lane.Wei
parent ea4a495046
commit c21a1bf1df
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
"support_object_xy_distance": "0.35",
"tree_support_branch_diameter": "2",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "1",
"tree_support_wall_count": "0",
"top_surface_pattern": "monotonicline",
"top_surface_acceleration": "2000",
"top_surface_speed": "200",

View File

@@ -94,7 +94,7 @@
"travel_speed": "500",
"tree_support_branch_diameter": "2",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "1",
"tree_support_wall_count": "0",
"top_surface_pattern": "monotonicline",
"top_surface_acceleration": "2000",
"top_shell_layers": "3",