mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Add default Prusa i3 MK3 profiles
This commit is contained in:
parent
ee9f651511
commit
cb59fec7d9
11 changed files with 431 additions and 21 deletions
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.07mm UltraDetail @MK3",
|
||||
"name": "0.32mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
||||
"bottom_shell_layers": "8",
|
||||
"bridge_acceleration": "300",
|
||||
"bridge_flow": "0.6",
|
||||
"bridge_speed": "25",
|
||||
"gap_infill_speed": "20",
|
||||
"inner_wall_acceleration": "300",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "30",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"layer_height": "0.07",
|
||||
"line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"outer_wall_speed": "20",
|
||||
"raft_contact_distance": "0.1",
|
||||
"small_perimeter_speed": "20",
|
||||
"sparse_infill_acceleration": "800",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "40",
|
||||
"support_base_pattern_spacing": "1.5",
|
||||
"support_bottom_z_distance": "0.1",
|
||||
"support_interface_speed": "32",
|
||||
"support_line_width": "0.33",
|
||||
"support_object_xy_distance": "0.27",
|
||||
"support_speed": "40",
|
||||
"support_top_z_distance": "0.1",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "10",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"wall_loops": "3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue