Skip to content

Commit

Permalink
Adjusted values to match other profiles and corrected typo for 0,2mm …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mariuske authored Oct 27, 2023
1 parent 17258c8 commit bfdaa1c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit bfdaa1c

Please sign in to comment.