diff --git a/resources/profiles/Prusa/process/process_common_miniis.json b/resources/profiles/Prusa/process/process_common_miniis.json index 437eef8b67..105d4ee70a 100644 --- a/resources/profiles/Prusa/process/process_common_miniis.json +++ b/resources/profiles/Prusa/process/process_common_miniis.json @@ -37,7 +37,7 @@ "overhang_2_4_speed": "25", "overhang_3_4_speed": "20", "overhang_4_4_speed": "15", - "sparse_infill_pattern": "grid", + "sparse_infill_pattern": "cubic", "top_shell_thickness": "0.7", "top_shell_layers": "5", "bottom_shell_thickness": "0.5", diff --git a/resources/profiles/Prusa/process/process_detail_miniis.json b/resources/profiles/Prusa/process/process_detail_miniis.json index 6c1b88fc50..7a690a3094 100644 --- a/resources/profiles/Prusa/process/process_detail_miniis.json +++ b/resources/profiles/Prusa/process/process_detail_miniis.json @@ -22,6 +22,5 @@ "outer_wall_acceleration": "1000", "bridge_acceleration": "1000", "internal_solid_infill_acceleration": "2000", - "travel_acceleration": "3000", - "sparse_infill_pattern": "cubic" + "travel_acceleration": "3000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_speed_miniis.json b/resources/profiles/Prusa/process/process_speed_miniis.json index 5b9a68293e..9822e2ac1f 100644 --- a/resources/profiles/Prusa/process/process_speed_miniis.json +++ b/resources/profiles/Prusa/process/process_speed_miniis.json @@ -17,6 +17,5 @@ "outer_wall_acceleration": "2000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "4000", - "overhang_1_4_speed": "60", - "sparse_infill_pattern": "cubic" + "overhang_1_4_speed": "60" } \ No newline at end of file