diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index 4e9589f04c..9c8c4d7c96 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -34,6 +34,10 @@ "name": "process_common_miniis", "sub_path": "process/process_common_miniis.json" }, + { + "name": "process_speed_miniis", + "sub_path": "process/process_speed_miniis.json" + }, { "name": "process_common_mk3", "sub_path": "process/process_common_mk3.json" diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json index d90527bca8..b1b0dfa809 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json @@ -1,10 +1,10 @@ { "type": "process", "setting_id": "GP004", - "name": "0.20mm Standard @MINIIS", + "name": "0.20mm Speed @MINIIS", "from": "system", "instantiation": "true", - "inherits": "process_common_miniis", + "inherits": "process_speed_miniis", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle", "Prusa MINIIS 0.25 nozzle", diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json index 22579077c3..d90527bca8 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS.json @@ -1,22 +1,10 @@ { "type": "process", "setting_id": "GP004", - "name": "0.20mm Speed @MINIIS", + "name": "0.20mm Standard @MINIIS", "from": "system", "instantiation": "true", "inherits": "process_common_miniis", - "outer_wall_speed": "140", - "inner_wall_speed": "140", - "small_perimeter_speed": "140", - "sparse_infill_speed": "140", - "internal_solid_infill_speed": "140", - "top_surface_speed": "80", - "gap_infill_speed": "80", - "initial_layer_acceleration": "500", - "top_surface_acceleration": "1000", - "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "2000", - "bridge_acceleration": "1500", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle", "Prusa MINIIS 0.25 nozzle", diff --git a/resources/profiles/Prusa/process/fdm_process_common.json b/resources/profiles/Prusa/process/fdm_process_common.json index 574dc63f9a..8995061a1d 100644 --- a/resources/profiles/Prusa/process/fdm_process_common.json +++ b/resources/profiles/Prusa/process/fdm_process_common.json @@ -39,6 +39,7 @@ "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode", "detect_overhang_wall": "1", + "slowdown_for_curled_perimeters": "1", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", diff --git a/resources/profiles/Prusa/process/process_common_miniis.json b/resources/profiles/Prusa/process/process_common_miniis.json index 06a99bcbbd..38ac02c210 100644 --- a/resources/profiles/Prusa/process/process_common_miniis.json +++ b/resources/profiles/Prusa/process/process_common_miniis.json @@ -13,32 +13,38 @@ "top_surface_speed": "80", "gap_infill_speed": "60", "travel_speed": "400", - "bridge_speed": "15", + "bridge_speed": "25", + "internal_bridge_speed": "50", "small_perimeter_speed": "45", "travel_jerk": "8", - "outer_wall_jerk": "7", - "inner_wall_jerk": "7", + "outer_wall_jerk": "8", + "inner_wall_jerk": "8", "default_jerk": "8", "infill_jerk": "8", "top_surface_jerk": "8", - "initial_layer_jerk": "7", + "initial_layer_jerk": "8", "default_acceleration": "2000", - "internal_bridge_speed": "50", "initial_layer_acceleration": "500", "top_surface_acceleration": "1000", "travel_acceleration": "4000", + "sparse_infill_acceleration": "4000", + "internal_solid_infill_acceleration": "3000", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", "bridge_acceleration": "1500", "exclude_object": "1", - "overhang_1_4_speed": "18", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "25", - "overhang_4_4_speed": "80%", - "sparse_infill_pattern": "cubic", + "overhang_1_4_speed": "80%", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "15", + "sparse_infill_pattern": "grid", "top_shell_thickness": "0.7", "top_shell_layers": "5", "bottom_shell_thickness": "0.5", - "bottom_shell_layers": "4" - + "bottom_shell_layers": "4", + "elefant_foot_compensation": "0.2", + "slowdown_for_curled_perimeters": "1", + "infill_anchor_max": "12", + "sparse_infill_anchor": "2,5", + "infill_wall_overlap": "10%" } \ 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 new file mode 100644 index 0000000000..8b27c5f6aa --- /dev/null +++ b/resources/profiles/Prusa/process/process_speed_miniis.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "process_speed_miniis", + "from": "system", + "instantiation": "false", + "inherits": "process_common_miniis", + "outer_wall_speed": "140", + "inner_wall_speed": "140", + "small_perimeter_speed": "140", + "sparse_infill_speed": "140", + "internal_solid_infill_speed": "140", + "top_surface_speed": "80", + "gap_infill_speed": "80", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2000", + "bridge_acceleration": "1500", + "internal_solid_infill_acceleration": "4000", + "overhang_1_4_speed": "60", + "sparse_infill_pattern": "cubic", + "enable_arc_fitting": "1" +} \ No newline at end of file