Additional Nozzles for the Creality Ender-5 Pro (2019) (#2964)

* Add 0.6mm Nozzle Configurations for CE5Pro

* Add 0.5mm Nozzle Configurations for CE5Pro

* Add Nozzle Size Printer Variants 0.2-1.0mm

* Add 0.3mm Printer Variant

* Add 0.5mm Printer Variant

* Fix: 0.6mm Printer Variant

* Add Remaining Printer Variants

* Add CE5Pro Nozzles to list of Compatible Filament

* Add Generic FDM Process for Creality 0.3 Nozzle

* Update Generic FDM Process for Creality 0.6 Nozzle

* Add FDM Process for Remaining Creality Nozzle

* Add Processes For CE5Pro 0.8mm Nozzle

* Add Processes For CE5Pro 1.0mm Nozzle

* Add Processes For CE5Pro 0.2mm Nozzle

* Fix Initial Layer Settings

* Add Processes For CE5Pro 0.25mm Nozzle

* Add Processes For CE5Pro 0.3mm Nozzle

* Remove Profiles Outside their Min/Max Layer Height

* Update CE5Pro 0.4 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.2 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.25 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.3 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.5 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.6 Nozzle Naming Scheme to PR1100

* Update CE5Pro 0.8 Nozzle Naming Scheme to PR1100

* Update CE5Pro 1.0 Nozzle Naming Scheme to PR1100

* Incl. Remaining Base Config That Diff Is Based On

* Remove whitespace

* Revert from Nozzle Naming Scheme in PR1100

* Update Nozzle Names

* Revert "Incl. Remaining Base Config That Diff Is Based On"

This reverts commit 87e15d621b.
These settings were already captured by fdm_process_creality_common.json

* Fix Indentations
This commit is contained in:
Paul 2023-12-03 05:02:03 +01:00 committed by GitHub
parent d22a7254c4
commit 0bf65aa217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 944 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_2",
"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.08mm SuperDetail @Creality Ender5Pro (2019) 0.25",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_25",
"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.08mm SuperDetail @Creality Ender5Pro (2019) 0.3",
"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 @Creality Ender5Pro (2019) 0.2",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_2",
"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.10mm HighDetail @Creality Ender5Pro (2019) 0.25",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_25",
"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.10mm HighDetail @Creality Ender5Pro (2019) 0.3",
"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 @Creality Ender5Pro (2019) 0.2",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_2",
"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.12mm Detail @Creality Ender5Pro (2019) 0.25",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_25",
"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.12mm Detail @Creality Ender5Pro (2019) 0.3",
"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.12mm Detail @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"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 @Creality Ender5Pro (2019) 0.2",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_2",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"layer_height": "0.16",
"bridge_flow": "0.85"
}

View file

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

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.3",
"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,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"layer_height": "0.16",
"bridge_flow": "0.85"
}

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.6",
"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 @Creality Ender5Pro (2019) 0.25",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_25",
"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.20mm Standard @Creality Ender5Pro (2019) 0.3",
"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.20mm Standard @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"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.20mm Standard @Creality Ender5Pro (2019) 0.6",
"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.20mm Standard @Creality Ender5Pro (2019) 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_8",
"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 @Creality Ender5Pro (2019) 0.3",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_3",
"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.24mm Draft @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"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.24mm Draft @Creality Ender5Pro (2019) 0.6",
"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.24mm Draft @Creality Ender5Pro (2019) 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_8",
"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 @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"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.28mm SuperDraft @Creality Ender5Pro (2019) 0.6",
"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.28mm SuperDraft @Creality Ender5Pro (2019) 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_8",
"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.28mm SuperDraft @Creality Ender5Pro (2019) 1.0",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_1_0",
"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 @Creality Ender5Pro (2019) 0.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_5",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.36"
}

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.6",
"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,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.8",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_0_8",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.36"
}

View file

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

View file

@ -0,0 +1,20 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_2",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.2",
"line_width": "0.22",
"initial_layer_line_width": "0.2",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.18",
"top_surface_line_width": "0.2",
"initial_layer_print_height": "0.12",
"wall_loops": "6",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.2 nozzle"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_25",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.26",
"line_width": "0.28",
"initial_layer_line_width": "0.26",
"sparse_infill_line_width": "0.28",
"inner_wall_line_width": "0.28",
"internal_solid_infill_line_width": "0.28",
"support_line_width": "0.23",
"top_surface_line_width": "0.25",
"initial_layer_print_height": "0.12",
"wall_loops": "5",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.25 nozzle"
]
}

View file

@ -0,0 +1,19 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_3",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.31",
"line_width": "0.33",
"initial_layer_line_width": "0.31",
"sparse_infill_line_width": "0.33",
"inner_wall_line_width": "0.33",
"internal_solid_infill_line_width": "0.33",
"support_line_width": "0.27",
"top_surface_line_width": "0.3",
"wall_loops": "4",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.3 nozzle"
]
}

View file

@ -0,0 +1,19 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_5",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.52",
"line_width": "0.55",
"initial_layer_line_width": "0.52",
"sparse_infill_line_width": "0.55",
"inner_wall_line_width": "0.55",
"internal_solid_infill_line_width": "0.55",
"support_line_width": "0.45",
"top_surface_line_width": "0.5",
"wall_loops": "3",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.5 nozzle"
]
}

View file

@ -0,0 +1,19 @@
{
"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",
"wall_loops": "2",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.6 nozzle"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "process",
"name": "fdm_process_creality_common_0_8",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "0.84",
"line_width": "0.88",
"initial_layer_line_width": "0.84",
"sparse_infill_line_width": "0.88",
"inner_wall_line_width": "0.88",
"internal_solid_infill_line_width": "0.88",
"support_line_width": "0.72",
"top_surface_line_width": "0.8",
"initial_layer_print_height": "0.32",
"wall_loops": "2",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 0.8 nozzle"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "process",
"name": "fdm_process_creality_common_1_0",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_creality_common",
"outer_wall_line_width": "1.05",
"line_width": "1.10",
"initial_layer_line_width": "1.05",
"sparse_infill_line_width": "1.10",
"inner_wall_line_width": "1.10",
"internal_solid_infill_line_width": "1.10",
"support_line_width": "0.9",
"top_surface_line_width": "1.0",
"initial_layer_print_height": "0.32",
"wall_loops": "1",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 1.0 nozzle"
]
}