ENH: optimize 3rd party printers process params

1. Remove some keys with tree support
2. Modify thin_detect wall and adaptive_layer_height

jira: [NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie342c27d4dcd2a262993e472a203ce92da14dbb2
This commit is contained in:
xun.zhang
2023-09-28 10:44:29 +08:00
committed by Lane.Wei
parent 1cf5d35955
commit 9e0558b54f
161 changed files with 1818 additions and 2729 deletions

View File

@@ -4,7 +4,6 @@
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
@@ -63,11 +62,9 @@
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
@@ -75,13 +72,9 @@
"support_interface_spacing": "0.2",
"support_interface_speed": "100",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.38",
"top_shell_layers": "3",
@@ -100,4 +93,4 @@
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
}
}