Add Processes For CE5Pro 0.3mm Nozzle

This commit is contained in:
Paul Schattenberg
2023-11-20 21:47:12 +01:00
parent 5411272810
commit 98847fc173
7 changed files with 94 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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