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

@ -1,6 +1,6 @@
{ {
"name": "Anker", "name": "Anker",
"version": "01.07.00.02", "version": "01.07.00.03",
"force_update": "0", "force_update": "0",
"description": "Anker configurations", "description": "Anker configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -64,7 +64,7 @@
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.36", "support_line_width": "0.42",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -72,13 +72,9 @@
"support_interface_spacing": "0.5", "support_interface_spacing": "0.5",
"support_interface_speed": "80", "support_interface_speed": "80",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "125", "support_speed": "125",
"support_threshold_angle": "40", "support_threshold_angle": "40",
"support_object_xy_distance": "2.5", "support_object_xy_distance": "2.5",
"tree_support_branch_angle": "30",
"tree_support_wall_count": "0",
"tree_support_with_infill": "0",
"detect_thin_wall": "0", "detect_thin_wall": "0",
"top_surface_pattern": "monotonicline", "top_surface_pattern": "monotonicline",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",

View file

@ -1,6 +1,6 @@
{ {
"name": "Anycubic", "name": "Anycubic",
"version": "01.07.00.02", "version": "01.07.00.03",
"force_update": "0", "force_update": "0",
"description": "Anycubic configurations", "description": "Anycubic configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "45", "support_speed": "45",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.35",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "50", "support_speed": "50",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.15", "support_interface_spacing": "0.15",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "100", "support_speed": "100",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "3", "top_shell_layers": "3",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.15", "support_interface_spacing": "0.15",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.15", "support_interface_spacing": "0.15",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.15", "layer_height": "0.15",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.35",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.15",
"support_speed": "50", "support_speed": "50",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "45", "support_speed": "45",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.35",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "50", "support_speed": "50",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "100", "support_speed": "100",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "3", "top_shell_layers": "3",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.35",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "50", "support_speed": "50",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.3",
"support_speed": "45", "support_speed": "45",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "3", "top_shell_layers": "3",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3", "support_interface_spacing": "0.3",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "45", "support_speed": "45",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "4", "top_shell_layers": "4",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3", "support_interface_spacing": "0.3",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.3",
"support_speed": "100", "support_speed": "100",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "3", "top_shell_layers": "3",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3", "support_interface_spacing": "0.3",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.3",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3", "support_interface_spacing": "0.3",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.3",
"support_speed": "70", "support_speed": "70",
"support_threshold_angle": "65", "support_threshold_angle": "65",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_common", "inherits": "fdm_process_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.3", "layer_height": "0.3",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,25 +64,19 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.3", "support_top_z_distance": "0.3",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.3", "support_interface_spacing": "0.3",
"support_interface_speed": "100%", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "45", "support_speed": "45",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.35", "top_surface_line_width": "0.35",
"top_shell_layers": "4", "top_shell_layers": "4",

View file

@ -64,7 +64,7 @@
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.4", "support_line_width": "0.42",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -72,13 +72,9 @@
"support_interface_spacing": "0.5", "support_interface_spacing": "0.5",
"support_interface_speed": "80", "support_interface_speed": "80",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150", "support_speed": "150",
"support_threshold_angle": "30", "support_threshold_angle": "30",
"support_object_xy_distance": "0.35", "support_object_xy_distance": "0.35",
"tree_support_branch_angle": "30",
"tree_support_wall_count": "0",
"tree_support_with_infill": "0",
"detect_thin_wall": "0", "detect_thin_wall": "0",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
@ -102,5 +98,4 @@
"gap_infill_speed": "30", "gap_infill_speed": "30",
"travel_speed": "200", "travel_speed": "200",
"enable_arc_fitting": "0" "enable_arc_fitting": "0"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "Creality", "name": "Creality",
"version": "01.07.00.03", "version": "01.07.00.04",
"force_update": "0", "force_update": "0",
"description": "Creality configurations", "description": "Creality configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -14,7 +14,6 @@
"line_width": "0.2", "line_width": "0.2",
"outer_wall_line_width": "0.2", "outer_wall_line_width": "0.2",
"sparse_infill_line_width": "0.2", "sparse_infill_line_width": "0.2",
"support_line_width": "0.2",
"top_shell_layers": "6", "top_shell_layers": "6",
"top_surface_line_width": "0.2", "top_surface_line_width": "0.2",
"compatible_printers": [ "compatible_printers": [

View file

@ -12,7 +12,6 @@
"line_width": "0.3", "line_width": "0.3",
"outer_wall_line_width": "0.3", "outer_wall_line_width": "0.3",
"sparse_infill_line_width": "0.3", "sparse_infill_line_width": "0.3",
"support_line_width": "0.3",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.3", "top_surface_line_width": "0.3",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.2", "line_width": "0.2",
"outer_wall_line_width": "0.2", "outer_wall_line_width": "0.2",
"sparse_infill_line_width": "0.2", "sparse_infill_line_width": "0.2",
"support_line_width": "0.2",
"top_shell_layers": "6", "top_shell_layers": "6",
"top_surface_line_width": "0.2", "top_surface_line_width": "0.2",
"compatible_printers": [ "compatible_printers": [

View file

@ -14,7 +14,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_shell_layers": "7", "top_shell_layers": "7",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.2", "line_width": "0.2",
"outer_wall_line_width": "0.2", "outer_wall_line_width": "0.2",
"sparse_infill_line_width": "0.2", "sparse_infill_line_width": "0.2",
"support_line_width": "0.2",
"top_surface_line_width": "0.2", "top_surface_line_width": "0.2",
"compatible_printers": [ "compatible_printers": [
"Creality CR-6 SE 0.2 nozzle", "Creality CR-6 SE 0.2 nozzle",

View file

@ -5,11 +5,9 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "0.16mm Opitmal @Creality CR-6", "inherits": "0.16mm Opitmal @Creality CR-6",
"adaptive_layer_height": "1",
"brim_object_gap": "0", "brim_object_gap": "0",
"brim_width": "0", "brim_width": "0",
"default_acceleration": "0", "default_acceleration": "0",
"detect_thin_wall": "1",
"elefant_foot_compensation": "0.1", "elefant_foot_compensation": "0.1",
"filename_format": "[input_filename_base].gcode", "filename_format": "[input_filename_base].gcode",
"infill_wall_overlap": "25%", "infill_wall_overlap": "25%",
@ -29,20 +27,16 @@
"skirt_height": "2", "skirt_height": "2",
"skirt_loops": "2", "skirt_loops": "2",
"sparse_infill_speed": "60", "sparse_infill_speed": "60",
"support_base_pattern_spacing": "0.2",
"support_interface_bottom_layers": "-1", "support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
"support_line_width": "0.38",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"support_speed": "40", "support_speed": "40",
"support_style": "grid",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"top_surface_acceleration": "0", "top_surface_acceleration": "0",
"travel_acceleration": "0", "travel_acceleration": "0",
"tree_support_branch_angle": "40",
"wall_loops": "2", "wall_loops": "2",
"compatible_printers": [ "compatible_printers": [
"Creality CR-6 SE 0.4 nozzle", "Creality CR-6 SE 0.4 nozzle",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.16", "layer_height": "0.16",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -12,7 +12,6 @@
"line_width": "0.66", "line_width": "0.66",
"outer_wall_line_width": "0.66", "outer_wall_line_width": "0.66",
"sparse_infill_line_width": "0.66", "sparse_infill_line_width": "0.66",
"support_line_width": "0.54",
"top_surface_line_width": "0.66", "top_surface_line_width": "0.66",
"compatible_printers": [ "compatible_printers": [
"Creality CR-6 SE 0.6 nozzle", "Creality CR-6 SE 0.6 nozzle",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -5,7 +5,6 @@
"from": "system", "from": "system",
"inherits": "fdm_process_creality_common", "inherits": "fdm_process_creality_common",
"instantiation": "true", "instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"layer_height": "0.2", "layer_height": "0.2",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.15", "support_top_z_distance": "0.15",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "3", "support_interface_top_layers": "3",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100%", "support_interface_speed": "100%",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "60%", "support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4", "top_surface_line_width": "0.4",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -12,7 +12,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [
"Creality CR-6 SE 0.6 nozzle", "Creality CR-6 SE 0.6 nozzle",

View file

@ -12,7 +12,6 @@
"line_width": "0.5", "line_width": "0.5",
"outer_wall_line_width": "0.5", "outer_wall_line_width": "0.5",
"sparse_infill_line_width": "0.4", "sparse_infill_line_width": "0.4",
"support_line_width": "0.5",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.5", "top_surface_line_width": "0.5",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -11,7 +11,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [
"Creality CR-6 SE 0.6 nozzle", "Creality CR-6 SE 0.6 nozzle",

View file

@ -13,7 +13,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.6", "line_width": "0.6",
"outer_wall_line_width": "0.6", "outer_wall_line_width": "0.6",
"sparse_infill_line_width": "0.6", "sparse_infill_line_width": "0.6",
"support_line_width": "0.6",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.6", "top_surface_line_width": "0.6",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -13,7 +13,6 @@
"line_width": "0.8", "line_width": "0.8",
"outer_wall_line_width": "0.8", "outer_wall_line_width": "0.8",
"sparse_infill_line_width": "0.8", "sparse_infill_line_width": "0.8",
"support_line_width": "0.8",
"top_shell_layers": "4", "top_shell_layers": "4",
"top_surface_line_width": "0.8", "top_surface_line_width": "0.8",
"compatible_printers": [ "compatible_printers": [

View file

@ -54,7 +54,6 @@
"support_interface_spacing": "0", "support_interface_spacing": "0",
"support_interface_speed": "80", "support_interface_speed": "80",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "40", "support_threshold_angle": "40",
"support_object_xy_distance": "0.5", "support_object_xy_distance": "0.5",

View file

@ -41,17 +41,12 @@
"internal_solid_infill_line_width": "0.4", "internal_solid_infill_line_width": "0.4",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_line_width": "0.4",
"support_interface_bottom_layers": "2", "support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5", "support_interface_spacing": "0.5",
"support_base_pattern_spacing": "2.5",
"support_speed": "150", "support_speed": "150",
"support_threshold_angle": "30", "support_threshold_angle": "30",
"support_object_xy_distance": "0.35", "support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"top_surface_pattern": "monotonic", "top_surface_pattern": "monotonic",
"top_shell_layers": "3", "top_shell_layers": "3",
"top_shell_thickness": "0.8", "top_shell_thickness": "0.8",

View file

@ -1,6 +1,6 @@
{ {
"name": "Elegoo", "name": "Elegoo",
"version": "01.07.00.01", "version": "01.07.00.02",
"force_update": "0", "force_update": "0",
"description": "Elegoo configurations", "description": "Elegoo configurations",
"machine_model_list": [ "machine_model_list": [

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.08", "layer_height": "0.08",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.08", "support_top_z_distance": "0.08",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "11", "top_shell_layers": "11",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.12", "layer_height": "0.12",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.12", "support_top_z_distance": "0.12",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "7", "top_shell_layers": "7",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.16", "layer_height": "0.16",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.16", "support_top_z_distance": "0.16",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.2", "layer_height": "0.2",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.2", "support_top_z_distance": "0.2",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.38", "top_surface_line_width": "0.38",
"top_shell_layers": "5", "top_shell_layers": "5",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.24", "layer_height": "0.24",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.24", "support_top_z_distance": "0.24",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "4", "top_shell_layers": "4",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.24", "layer_height": "0.24",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.24", "support_top_z_distance": "0.24",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "4", "top_shell_layers": "4",

View file

@ -6,7 +6,6 @@
"inherits": "fdm_process_elegoo_common", "inherits": "fdm_process_elegoo_common",
"instantiation": "true", "instantiation": "true",
"layer_height": "0.24", "layer_height": "0.24",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic", "bottom_surface_pattern": "monotonic",
@ -65,11 +64,9 @@
"enable_support": "0", "enable_support": "0",
"resolution": "0.012", "resolution": "0.012",
"support_type": "normal(auto)", "support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0", "support_on_build_plate_only": "0",
"support_top_z_distance": "0.24", "support_top_z_distance": "0.24",
"support_filament": "0", "support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0", "support_interface_loop_pattern": "0",
"support_interface_filament": "0", "support_interface_filament": "0",
"support_interface_top_layers": "2", "support_interface_top_layers": "2",
@ -77,13 +74,9 @@
"support_interface_spacing": "0.2", "support_interface_spacing": "0.2",
"support_interface_speed": "100", "support_interface_speed": "100",
"support_base_pattern": "rectilinear", "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2",
"support_speed": "40", "support_speed": "40",
"support_threshold_angle": "45", "support_threshold_angle": "45",
"support_object_xy_distance": "0.35", "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_pattern": "monotonic",
"top_surface_line_width": "0.45", "top_surface_line_width": "0.45",
"top_shell_layers": "4", "top_shell_layers": "4",

Some files were not shown because too many files have changed in this diff Show more