From bfdaa1c51b03b013fae0fdf26dd0a455027f0fab Mon Sep 17 00:00:00 2001 From: mariuske Date: Fri, 27 Oct 2023 13:58:27 +0200 Subject: [PATCH] Adjusted values to match other profiles and corrected typo for 0,2mm AD5M Pro 0,4 Nozzle profile (#2514) * Adjusted values to match other profiles and corrected typo for 0,2mm AD5M Pro 0,4 Nozzle profile * Aligned remaining values for 0,2mm AD5M Pro 0,4 Nozzle profile * Updated the "initial layer acceleration" to match best practise Updated the "initial layer acceleration" for all profiles to match best practise. This will help on the adhesive for the first layer. The value is also aligned with the common profiles now. * Updated bridge speed Updated bridge speed for all profiles to 25 as suggested by @SoftFever --- ...20mm Standard @Flashforge AD5M 0.4 Nozzle.json | 4 ++-- ... Standard @Flashforge AD5M Pro 0.4 Nozzle.json | 15 ++++++++------- ...30mm Standard @Flashforge AD5M 0.6 Nozzle.json | 4 ++-- ... Standard @Flashforge AD5M Pro 0.6 Nozzle.json | 4 ++-- .../process/fdm_process_klipper_common.json | 2 +- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json index 6618bfee580..ad1801d0c8a 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M 0.4 Nozzle.json @@ -12,7 +12,7 @@ "bottom_shell_layers": "3", "bottom_shell_thickness": "0", "bridge_flow": "1", - "bridge_speed": "50", + "bridge_speed": "25", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -29,7 +29,7 @@ "infill_direction": "45", "sparse_infill_density": "15%", "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "2000", + "initial_layer_acceleration": "500", "travel_acceleration": "10000", "inner_wall_acceleration": "5000", "initial_layer_line_width": "0.45", diff --git a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json index ccc66a8c6d4..e431269ad9e 100644 --- a/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.20mm Standard @Flashforge AD5M Pro 0.4 Nozzle.json @@ -9,7 +9,7 @@ "reduce_crossing_wall": "0", "max_travel_detour_distance": "0", "bottom_surface_pattern": "monotonic", - "bottom_shell_layers": "5", + "bottom_shell_layers": "3", "bottom_shell_thickness": "0", "bridge_flow": "1", "bridge_speed": "25", @@ -29,9 +29,9 @@ "infill_direction": "45", "sparse_infill_density": "15%", "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "2000", + "initial_layer_acceleration": "500", "travel_acceleration": "10000", - "inner_wall_acceleration": "500", + "inner_wall_acceleration": "5000", "initial_layer_line_width": "0.45", "initial_layer_print_height": "0.2", "infill_combination": "0", @@ -42,7 +42,7 @@ "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", - "layer_height": "0.12", + "layer_height": "0.2", "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", "detect_overhang_wall": "1", @@ -57,7 +57,7 @@ "seam_position": "aligned", "skirt_distance": "2", "skirt_height": "1", - "skirt_loops": "1", + "skirt_loops": "0", "minimum_sparse_infill_area": "15", "internal_solid_infill_line_width": "0.42", "spiral_mode": "0", @@ -88,7 +88,7 @@ "top_surface_line_width": "0.42", "top_shell_layers": "3", "top_shell_thickness": "0", - "initial_layer_speed": "15", + "initial_layer_speed": "50", "initial_layer_infill_speed": "80", "outer_wall_speed": "200", "inner_wall_speed": "300", @@ -113,11 +113,12 @@ "overhang_speed_classic": "1", "internal_bridge_speed": "50", "outer_wall_acceleration": "5000", - "internal_solid_fill_acceleration": "7000", + "internal_solid_infill_acceleration": "7000", "accel_to_decel_enable": "0", "filter_out_gap_fill": "0.5", "internal_bridge_support_thickness": "0.8", "support_bottom_z_distance": "0.18", + "wipe_speed": "200", "compatible_printers": [ "Flashforge Adventurer 5M Pro 0.4 Nozzle" ] diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json index ceeb29b4da8..6e3302aa17d 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M 0.6 Nozzle.json @@ -12,7 +12,7 @@ "bottom_shell_layers": "3", "bottom_shell_thickness": "0", "bridge_flow": "1", - "bridge_speed": "50", + "bridge_speed": "25", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", @@ -29,7 +29,7 @@ "infill_direction": "45", "sparse_infill_density": "15%", "sparse_infill_pattern": "grid", - "initial_layer_acceleration": "2000", + "initial_layer_acceleration": "500", "travel_acceleration": "10000", "inner_wall_acceleration": "5000", "initial_layer_line_width": "0.62", diff --git a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json index c3f02bb55bf..08a05181882 100644 --- a/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json +++ b/resources/profiles/Flashforge/process/0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle.json @@ -16,7 +16,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "50", + "bridge_speed": "25", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0.1", @@ -60,7 +60,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "2000", + "initial_layer_acceleration": "500", "initial_layer_infill_speed": "65", "initial_layer_jerk": "9", "initial_layer_line_width": "0.62", diff --git a/resources/profiles/Flashforge/process/fdm_process_klipper_common.json b/resources/profiles/Flashforge/process/fdm_process_klipper_common.json index 111573307df..d8e99a26d87 100644 --- a/resources/profiles/Flashforge/process/fdm_process_klipper_common.json +++ b/resources/profiles/Flashforge/process/fdm_process_klipper_common.json @@ -11,7 +11,7 @@ "bottom_shell_layers": "3", "bottom_shell_thickness": "0", "bridge_flow": "0.95", - "bridge_speed": "50", + "bridge_speed": "25", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "",