mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Prusa Mini with Input Shaper Profiles (#5116)
* added Prusa Mini with Input Shaper to profiles * refactoring to more reusable settings * added more processes, changed settings * Update 0.15mm Speed @MINIIS.json * Update 0.10mm Speed @MINIIS.json * changed to cubic because of speed * further changes after reviewing prusa slicer settings * simplified machine settings * retraction speeds according to prusa slicer * changed max flow according to prusa slicer * after clearification at the prusaslicer repository M900 got removed * precise wall per default * enable reverse overhang on odd by default * added settings from prusa slicer * changed cooling setings
This commit is contained in:
committed by
GitHub
parent
315eee3493
commit
0369a14ab8
17
resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json
Normal file
17
resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.05mm Detail @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.05",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "13",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "10",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
19
resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json
Normal file
19
resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.07mm Detail @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.07",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "10",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "8",
|
||||
"bridge_speed": "30",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
22
resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json
Normal file
22
resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.10mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"bridge_speed": "35",
|
||||
"layer_height": "0.10",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "7",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "5",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
29
resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json
Normal file
29
resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "6",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "120",
|
||||
"small_perimeter_speed": "120",
|
||||
"sparse_infill_speed": "100",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "50",
|
||||
"bridge_speed": "25",
|
||||
"support_speed": "70",
|
||||
"overhang_1_4_speed": "60",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "9",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "6",
|
||||
"outer_wall_speed": "70",
|
||||
"inner_wall_speed": "40",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_speed": "100",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "50",
|
||||
"support_speed": "70",
|
||||
"bridge_speed": "25",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"bridge_acceleration": "1500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"travel_acceleration": "3000",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
28
resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json
Normal file
28
resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "4",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "120",
|
||||
"top_surface_speed": "120",
|
||||
"sparse_infill_speed": "100",
|
||||
"bridge_speed": "25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle",
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "4",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "70",
|
||||
"top_surface_speed": "40",
|
||||
"sparse_infill_speed": "100",
|
||||
"bridge_speed": "25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle",
|
||||
"Prusa MINIIS 0.6 nozzle",
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
}
|
||||
11
resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json
Normal file
11
resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_miniis",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle",
|
||||
"Prusa MINIIS 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
25
resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json
Normal file
25
resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.25mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"outer_wall_speed": "70",
|
||||
"inner_wall_speed": "80",
|
||||
"small_perimeter_speed": "70",
|
||||
"sparse_infill_speed": "90",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "60",
|
||||
"support_speed": "80",
|
||||
"overhang_1_4_speed": "45",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.25mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_miniis",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bottom_shell_layers": "3",
|
||||
"outer_wall_speed": "45",
|
||||
"inner_wall_speed": "80",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "90",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "60",
|
||||
"support_speed": "80",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
17
resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json
Normal file
17
resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Detail @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "2",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.35mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_miniis",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bottom_shell_layers": "3",
|
||||
"outer_wall_speed": "45",
|
||||
"inner_wall_speed": "60",
|
||||
"bridge_speed": "30",
|
||||
"support_speed": "60",
|
||||
"small_perimeter_speed": "45",
|
||||
"sparse_infill_speed": "70",
|
||||
"internal_solid_infill_speed": "60",
|
||||
"top_surface_speed": "55",
|
||||
"gap_infill_speed": "45",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "1.2",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.8",
|
||||
"bottom_shell_layers": "3",
|
||||
"initial_layer_speed": "30",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "40",
|
||||
"bridge_speed": "22",
|
||||
"support_speed": "40",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_speed": "50",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "35",
|
||||
"gap_infill_speed": "35",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
@@ -102,6 +103,5 @@
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "30",
|
||||
"travel_speed": "200",
|
||||
"prime_tower_width": "60"
|
||||
}
|
||||
"travel_speed": "200"
|
||||
}
|
||||
54
resources/profiles/Prusa/process/process_common_miniis.json
Normal file
54
resources/profiles/Prusa/process/process_common_miniis.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "process_common_miniis",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "45",
|
||||
"inner_wall_speed": "80",
|
||||
"sparse_infill_speed": "115",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"top_surface_speed": "80",
|
||||
"gap_infill_speed": "60",
|
||||
"travel_speed": "400",
|
||||
"bridge_speed": "35",
|
||||
"internal_bridge_speed": "50",
|
||||
"small_perimeter_speed": "45",
|
||||
"travel_jerk": "8",
|
||||
"outer_wall_jerk": "7",
|
||||
"inner_wall_jerk": "8",
|
||||
"default_jerk": "8",
|
||||
"infill_jerk": "8",
|
||||
"top_surface_jerk": "7",
|
||||
"initial_layer_jerk": "7",
|
||||
"default_acceleration": "2000",
|
||||
"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": "80%",
|
||||
"overhang_2_4_speed": "25",
|
||||
"overhang_3_4_speed": "20",
|
||||
"overhang_4_4_speed": "15",
|
||||
"sparse_infill_pattern": "cubic",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"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%",
|
||||
"enable_arc_fitting": "1",
|
||||
"support_speed": "100",
|
||||
"precise_outer_wall": "1",
|
||||
"overhang_reverse": "1"
|
||||
}
|
||||
27
resources/profiles/Prusa/process/process_detail_miniis.json
Normal file
27
resources/profiles/Prusa/process/process_detail_miniis.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "process_detail_miniis",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "process_common_miniis",
|
||||
"travel_speed": "300",
|
||||
"initial_layer_speed": "20",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "60",
|
||||
"bridge_speed": "25",
|
||||
"support_speed": "60",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_speed": "100",
|
||||
"internal_solid_infill_speed": "100",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "40",
|
||||
"default_acceleration": "1500",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"inner_wall_acceleration": "1200",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"bridge_acceleration": "1000",
|
||||
"internal_solid_infill_acceleration": "2000",
|
||||
"sparse_infill_acceleration": "2000",
|
||||
"travel_acceleration": "3000"
|
||||
}
|
||||
21
resources/profiles/Prusa/process/process_speed_miniis.json
Normal file
21
resources/profiles/Prusa/process/process_speed_miniis.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user