Add 0.6mm Nozzle Configurations for CE5Pro

This commit is contained in:
Paul Schattenberg
2023-11-20 12:46:49 +01:00
parent 8ca0d79b05
commit b23ec7acdf
15 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.08mm SuperDetail 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "9",
"top_shell_layers": "11",
"wall_loops": "3",
"bridge_flow": "0.7",
"layer_height": "0.08"
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.10mm HighDetail 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "7",
"top_shell_layers": "9",
"wall_loops": "3",
"bridge_flow": "0.7",
"layer_height": "0.1"
}

View File

@@ -0,0 +1,13 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Detail 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "6",
"top_shell_layers": "7",
"wall_loops": "3",
"bridge_flow": "0.7",
"layer_height": "0.12"
}

View File

@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "0.85",
"layer_height": "0.16"
}

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "4",
"top_shell_layers": "4",
"layer_height": "0.20"
}

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.24"
}

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.28mm SuperDraft 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.28"
}

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.36mm Chunky 0.6 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_6",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.36"
}

View File

@@ -0,0 +1,23 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_6",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.63",
"line_width": "0.66",
"initial_layer_line_width": "0.63",
"sparse_infill_line_width": "0.66",
"inner_wall_line_width": "0.66",
"internal_solid_infill_line_width": "0.66",
"support_line_width": "0.54",
"top_surface_line_width": "0.6",
"initial_layer_print_height": "0.3",
"wall_loops": "2",
"support_interface_spacing": "0.3",
"support_bottom_interface_spacing": "0.3",
"support_base_pattern_spacing": "1.2",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.6 nozzle"
]
}