mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Add MK4 0.25/0.6/0.8 nozzle
This commit is contained in:
parent
e97ab55e83
commit
60111eaa16
31 changed files with 621 additions and 51 deletions
16
resources/profiles/Prusa/process/0.08mm Standard @MK4.json
Normal file
16
resources/profiles/Prusa/process/0.08mm Standard @MK4.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_bottom_z_distance": "0.08",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.25 nozzle",
|
||||
"Prusa MK4 0.4 nozzle"
|
||||
]
|
||||
}
|
16
resources/profiles/Prusa/process/0.12mm Standard @MK4.json
Normal file
16
resources/profiles/Prusa/process/0.12mm Standard @MK4.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.08",
|
||||
"support_bottom_z_distance": "0.08",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.25 nozzle",
|
||||
"Prusa MK4 0.4 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/Prusa/process/0.16mm Standard @MK4.json
Normal file
17
resources/profiles/Prusa/process/0.16mm Standard @MK4.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.16",
|
||||
"support_bottom_z_distance": "0.16",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.25 nozzle",
|
||||
"Prusa MK4 0.4 nozzle",
|
||||
"Prusa MK4 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -4,29 +4,10 @@
|
|||
"name": "0.20mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "170",
|
||||
"inner_wall_speed": "170",
|
||||
"sparse_infill_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "120",
|
||||
"travel_speed": "300",
|
||||
"bridge_speed": "25",
|
||||
"travel_jerk": "9",
|
||||
"outer_wall_jerk": "7",
|
||||
"inner_wall_jerk": "7",
|
||||
"default_jerk": "9",
|
||||
"default_acceleration": "4000",
|
||||
"internal_bridge_speed": "50",
|
||||
"initial_layer_acceleration": "700",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"inherits": "process_common_mk4",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.4 nozzle"
|
||||
"Prusa MK4 0.4 nozzle",
|
||||
"Prusa MK4 0.6 nozzle",
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/Prusa/process/0.24mm Standard @MK4.json
Normal file
17
resources/profiles/Prusa/process/0.24mm Standard @MK4.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.4 nozzle",
|
||||
"Prusa MK4 0.6 nozzle",
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
15
resources/profiles/Prusa/process/0.28mm Standard @MK4.json
Normal file
15
resources/profiles/Prusa/process/0.28mm Standard @MK4.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"layer_height": "0.28",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.4 nozzle",
|
||||
"Prusa MK4 0.6 nozzle",
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/Prusa/process/0.32mm Standard @MK4.json
Normal file
17
resources/profiles/Prusa/process/0.32mm Standard @MK4.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_bottom_z_distance": "0.24",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.4 nozzle",
|
||||
"Prusa MK4 0.6 nozzle",
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
16
resources/profiles/Prusa/process/0.40mm Standard @MK4.json
Normal file
16
resources/profiles/Prusa/process/0.40mm Standard @MK4.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_bottom_z_distance": "0.24",
|
||||
"layer_height": "0.40",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.6 nozzle",
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
15
resources/profiles/Prusa/process/0.56mm Standard @MK4.json
Normal file
15
resources/profiles/Prusa/process/0.56mm Standard @MK4.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.56mm Standard @MK4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk4",
|
||||
"support_top_z_distance": "0.24",
|
||||
"support_bottom_z_distance": "0.24",
|
||||
"layer_height": "0.56",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"compatible_printers": [
|
||||
"Prusa MK4 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -24,16 +24,12 @@
|
|||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
|
@ -47,7 +43,14 @@
|
|||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"line_width": "110%",
|
||||
"inner_wall_line_width": "110%",
|
||||
"outer_wall_line_width": "100%",
|
||||
"top_surface_line_width": "93.75%",
|
||||
"sparse_infill_line_width": "110%",
|
||||
"initial_layer_line_width": "120%",
|
||||
"internal_solid_infill_line_width": "120%",
|
||||
"support_line_width": "96%",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
|
@ -56,7 +59,6 @@
|
|||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
|
@ -64,8 +66,8 @@
|
|||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
|
@ -82,11 +84,10 @@
|
|||
"tree_support_with_infill": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_thickness": "0.8",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "35",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"layer_height": "0.2",
|
||||
|
|
28
resources/profiles/Prusa/process/process_common_mk4.json
Normal file
28
resources/profiles/Prusa/process/process_common_mk4.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "process_common_mk4",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "170",
|
||||
"inner_wall_speed": "170",
|
||||
"sparse_infill_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "120",
|
||||
"travel_speed": "300",
|
||||
"bridge_speed": "25",
|
||||
"travel_jerk": "9",
|
||||
"outer_wall_jerk": "7",
|
||||
"inner_wall_jerk": "7",
|
||||
"default_jerk": "9",
|
||||
"default_acceleration": "4000",
|
||||
"internal_bridge_speed": "50",
|
||||
"initial_layer_acceleration": "700",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "3000"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue