mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Added profile for Creality CR-6 SE and CR-6 Max (#2040)
* Added profile for CReality CR-6 SE and CR-6 Max * Removed merge conflict artifacts * Removed duplicate process_list * Fixed many bugs. Profile now loads correctly in 1.7.0-beta * fixed filament dependencies for CR-6
This commit is contained in:
parent
4161b6cfa5
commit
bd13d83385
40 changed files with 888 additions and 8 deletions
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm SuperDetail @Creality CR-6 0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"bottom_shell_layers": "5",
|
||||
"initial_layer_line_width": "0.2",
|
||||
"initial_layer_print_height": "0.12",
|
||||
"inner_wall_line_width": "0.2",
|
||||
"internal_solid_infill_line_width": "0.2",
|
||||
"layer_height": "0.08",
|
||||
"line_width": "0.2",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"sparse_infill_line_width": "0.2",
|
||||
"support_line_width": "0.2",
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_line_width": "0.2",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.2 nozzle",
|
||||
"Creality CR-6 Max 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.10mm HighDetail @Creality 0.4 CR-6 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"layer_height": "0.1",
|
||||
"line_width": "0.3",
|
||||
"outer_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"support_line_width": "0.3",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.3",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Detail @Creality CR-6 0.2",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"bottom_shell_layers": "5",
|
||||
"initial_layer_line_width": "0.2",
|
||||
"initial_layer_print_height": "0.12",
|
||||
"inner_wall_line_width": "0.2",
|
||||
"internal_solid_infill_line_width": "0.2",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.2",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"sparse_infill_line_width": "0.2",
|
||||
"support_line_width": "0.2",
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_line_width": "0.2",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.2 nozzle",
|
||||
"Creality CR-6 Max 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Detail @Creality 0.4 CR-6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"layer_height": "0.12",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Opitmal @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"bottom_shell_layers": "5",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"layer_height": "0.16",
|
||||
"line_width": "0.6",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_shell_layers": "7",
|
||||
"top_surface_line_width": "0.6",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Opitmal @Creality CR6 0.2 ",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"bottom_shell_layers": "6",
|
||||
"initial_layer_line_width": "0.2",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"inner_wall_line_width": "0.2",
|
||||
"internal_solid_infill_line_width": "0.2",
|
||||
"layer_height": "0.16",
|
||||
"line_width": "0.2",
|
||||
"outer_wall_line_width": "0.2",
|
||||
"sparse_infill_line_width": "0.2",
|
||||
"support_line_width": "0.2",
|
||||
"top_surface_line_width": "0.2",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.2 nozzle",
|
||||
"Creality CR-6 Max 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Creality CR-6 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"adaptive_layer_height": "1",
|
||||
"brim_object_gap": "0",
|
||||
"brim_width": "0",
|
||||
"default_acceleration": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"infill_wall_overlap": "25%",
|
||||
"initial_layer_acceleration": "0",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_speed": "35%",
|
||||
"inner_wall_acceleration": "0",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"internal_solid_infill_speed": "50",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.16",
|
||||
"line_width": "0.45",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"outer_wall_speed": "40",
|
||||
"prime_tower_width": "60",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "2",
|
||||
"sparse_infill_speed": "60",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_line_width": "0.38",
|
||||
"support_object_xy_distance": "60%",
|
||||
"support_speed": "40",
|
||||
"support_style": "grid",
|
||||
"support_threshold_angle": "45",
|
||||
"support_top_z_distance": "0.15",
|
||||
"top_surface_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"tree_support_branch_angle": "40",
|
||||
"wall_loops": "2",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Creality CR-6 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.63",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.66",
|
||||
"internal_solid_infill_line_width": "0.66",
|
||||
"line_width": "0.66",
|
||||
"outer_wall_line_width": "0.66",
|
||||
"sparse_infill_line_width": "0.66",
|
||||
"support_line_width": "0.54",
|
||||
"top_surface_line_width": "0.66",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Creality CR-6 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.5",
|
||||
"outer_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"support_line_width": "0.5",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.5",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"layer_heigth": "0.24",
|
||||
"line_width": "0.6",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_surface_line_width": "0.6",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Optimal @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm SuperDraft @Creality CR-6 0.4",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"initial_layer_print_height": "0.28",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"layer_height": "0.28",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.4 nozzle",
|
||||
"Creality CR-6 Max 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm SuperDraft @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"line_width": "0.6",
|
||||
"layer_height": "0.28",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_surface_line_width": "0.6",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Chunky @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.6",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.6",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Standard @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.36mm SuperChunky @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"layer_height": "0.36",
|
||||
"line_width": "0.6",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.6",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Draft @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.44mm SuperExtraChunky @Creality CR-6 0.6",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.6",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"inner_wall_line_width": "0.6",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"layer_height": "0.44",
|
||||
"line_width": "0.6",
|
||||
"outer_wall_line_width": "0.6",
|
||||
"sparse_infill_line_width": "0.6",
|
||||
"support_line_width": "0.6",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.6",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.6 nozzle",
|
||||
"Creality CR-6 Max 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.48mm Chunky @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.48mm Draft @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.48",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.56mm SuperChunky @Creality CR-6 0.8",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"initial_layer_print_height": "0.4",
|
||||
"inner_wall_line_width": "0.8",
|
||||
"internal_solid_infill_line_width": "0.8",
|
||||
"layer_height": "0.56",
|
||||
"line_width": "0.8",
|
||||
"outer_wall_line_width": "0.8",
|
||||
"sparse_infill_line_width": "0.8",
|
||||
"support_line_width": "0.8",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_line_width": "0.8",
|
||||
"compatible_printers": [
|
||||
"Creality CR-6 SE 0.8 nozzle",
|
||||
"Creality CR-6 Max 0.8 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue