mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
added Prusa Mini with Input Shaper to profiles
This commit is contained in:
14
resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json
Normal file
14
resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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.25 nozzle",
|
||||
"Prusa MINIIS 0.6 nozzle",
|
||||
"Prusa MINIIS 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Speed @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",
|
||||
"Prusa MINIIS 0.6 nozzle",
|
||||
"Prusa MINIIS 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -102,6 +102,5 @@
|
||||
"internal_solid_infill_speed": "150",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "30",
|
||||
"travel_speed": "200",
|
||||
"prime_tower_width": "60"
|
||||
}
|
||||
"travel_speed": "200"
|
||||
}
|
||||
44
resources/profiles/Prusa/process/process_common_miniis.json
Normal file
44
resources/profiles/Prusa/process/process_common_miniis.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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": "15",
|
||||
"small_perimeter_speed": "45",
|
||||
"travel_jerk": "8",
|
||||
"outer_wall_jerk": "7",
|
||||
"inner_wall_jerk": "7",
|
||||
"default_jerk": "8",
|
||||
"infill_jerk": "8",
|
||||
"top_surface_jerk": "8",
|
||||
"initial_layer_jerk": "7",
|
||||
"default_acceleration": "2000",
|
||||
"internal_bridge_speed": "50",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"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",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "4"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user