From 9a0e74cb04be1f36ab7543acb32c01f368aa103a Mon Sep 17 00:00:00 2001 From: Paul Schattenberg Date: Mon, 20 Nov 2023 14:46:09 +0100 Subject: [PATCH] Add 0.5mm Nozzle Configurations for CE5Pro --- resources/profiles/Creality.json | 44 ++++++++++++++++++- .../filament/Creality Generic ABS.json | 1 + .../filament/Creality Generic ASA.json | 1 + .../filament/Creality Generic PETG.json | 1 + .../filament/Creality Generic PLA.json | 1 + ...reality Ender-5 Pro (2019) 0.5 nozzle.json | 31 +++++++++++++ ...Detail 0.5 @Creality Ender5Pro (2019).json | 12 +++++ ...Detail 0.5 @Creality Ender5Pro (2019).json | 12 +++++ ...Detail 0.5 @Creality Ender5Pro (2019).json | 12 +++++ ...ptimal 0.5 @Creality Ender5Pro (2019).json | 12 +++++ ...andard 0.5 @Creality Ender5Pro (2019).json | 11 +++++ ... Draft 0.5 @Creality Ender5Pro (2019).json | 11 +++++ ...rDraft 0.5 @Creality Ender5Pro (2019).json | 11 +++++ ...Chunky 0.5 @Creality Ender5Pro (2019).json | 11 +++++ .../fdm_process_creality_common_0_5.json | 18 ++++++++ 15 files changed, 187 insertions(+), 2 deletions(-) create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json create mode 100644 resources/profiles/Creality/process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.20mm Standard 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.24mm Draft 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.28mm SuperDraft 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/0.36mm Chunky 0.5 @Creality Ender5Pro (2019).json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_5.json diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index cb3f478ede..ce7ca9a32a 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -79,6 +79,10 @@ "sub_path": "process/fdm_process_creality_common.json" }, { + "name": "fdm_process_creality_common_0_5", + "sub_path": "process/fdm_process_creality_common_0_5.json" + }, + { "name": "fdm_process_creality_common_0_6", "sub_path": "process/fdm_process_creality_common_0_6.json" }, @@ -86,6 +90,10 @@ "name": "0.08mm SuperDetail @Creality CR-6 0.2", "sub_path": "process/0.08mm SuperDetail @Creality CR-6 0.2.json" }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.08mm SuperDetail 0.6 @Creality Ender5Pro (2019).json" @@ -94,6 +102,10 @@ "name": "0.10mm HighDetail @Creality CR-6 0.4.json", "sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json" }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.10mm HighDetail 0.6 @Creality Ender5Pro (2019).json" @@ -118,6 +130,10 @@ "name": "0.12mm Fine @Creality Ender5Pro (2019)", "sub_path": "process/0.12mm Fine @Creality Ender5Pro (2019).json" }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.12mm Detail @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.12mm Detail 0.6 @Creality Ender5Pro (2019).json" @@ -154,6 +170,10 @@ "name": "0.15mm Optimal @Creality Ender5Pro (2019)", "sub_path": "process/0.15mm Optimal @Creality Ender5Pro (2019).json" }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.16mm Optimal 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.16mm Optimal @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.16mm Optimal 0.6 @Creality Ender5Pro (2019).json" @@ -193,8 +213,8 @@ { "name": "0.20mm Standard @Creality CR-6 0.6", "sub_path": "process/0.20mm Standard @Creality CR-6 0.6.json" - }, - { + }, + { "name": "0.20mm Standard @Creality Ender3", "sub_path": "process/0.20mm Standard @Creality Ender3.json" }, @@ -222,6 +242,10 @@ "name": "0.20mm Standard @Creality Ender5Pro (2019)", "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019).json" }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.20mm Standard 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.20mm Standard @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.20mm Standard 0.6 @Creality Ender5Pro (2019).json" @@ -270,6 +294,10 @@ "name": "0.24mm Draft @Creality Ender5Pro (2019)", "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019).json" }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.24mm Draft 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.24mm Draft @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.24mm Draft 0.6 @Creality Ender5Pro (2019).json" @@ -282,6 +310,10 @@ "name": "0.28mm SuperDraft @Creality CR-6 0.6", "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.6.json" }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.28mm SuperDraft 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.28mm SuperDraft 0.6 @Creality Ender5Pro (2019).json" @@ -298,6 +330,10 @@ "name": "0.36mm SuperChunky @Creality CR-6 0.6", "sub_path": "process/0.36mm SuperChunky @Creality CR-6 0.6.json" }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) (0.5 nozzle)", + "sub_path": "process/0.36mm Chunky 0.5 @Creality Ender5Pro (2019).json" + }, { "name": "0.36mm Chunky @Creality Ender5Pro (2019) (0.6 nozzle)", "sub_path": "process/0.36mm Chunky 0.6 @Creality Ender5Pro (2019).json" @@ -514,6 +550,10 @@ "name": "Creality Ender-5 Pro (2019) 0.4 nozzle", "sub_path": "machine/Creality Ender-5 Pro (2019) 0.4 nozzle.json" }, + { + "name": "Creality Ender-5 Pro (2019) 0.5 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json" + }, { "name": "Creality Ender-5 Pro (2019) 0.6 nozzle", "sub_path": "machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json" diff --git a/resources/profiles/Creality/filament/Creality Generic ABS.json b/resources/profiles/Creality/filament/Creality Generic ABS.json index 0d4084397a..38669519da 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS.json @@ -26,6 +26,7 @@ "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", "Creality Ender-5 Pro (2019) 0.6 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic ASA.json b/resources/profiles/Creality/filament/Creality Generic ASA.json index 930096c3aa..d7916f5721 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA.json @@ -26,6 +26,7 @@ "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", "Creality Ender-5 Pro (2019) 0.6 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PETG.json b/resources/profiles/Creality/filament/Creality Generic PETG.json index 63837b930e..38e985ad26 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG.json @@ -36,6 +36,7 @@ "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", "Creality Ender-5 Pro (2019) 0.6 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PLA.json b/resources/profiles/Creality/filament/Creality Generic PLA.json index 3411301a27..e14a417643 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA.json @@ -27,6 +27,7 @@ "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", "Creality Ender-5 Pro (2019) 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.5 nozzle", "Creality Ender-5 Pro (2019) 0.6 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json new file mode 100644 index 0000000000..41a074846d --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json @@ -0,0 +1,31 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.5 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "default_print_profile": "0.20mm Standard 0.5 nozzle @Creality Ender5Pro (2019)", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.5" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..290079e8ba --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm SuperDetail 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "9", + "top_shell_layers": "11", + "layer_height": "0.08", + "bridge_flow": "0.7" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..c8d0f98882 --- /dev/null +++ b/resources/profiles/Creality/process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.10mm HighDetail 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "7", + "top_shell_layers": "9", + "layer_height": "0.1", + "bridge_flow": "0.7" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..8420ca3034 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Detail 0.5 nozzle @Creality Ender5Pro (2019)", + "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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.16mm Optimal 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..5d37b39179 --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Optimal 0.5 nozzle @Creality Ender5Pro (2019)", + "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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.20mm Standard 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..bba47113e0 --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "4", + "top_shell_layers": "5", + "layer_height": "0.20" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.24mm Draft 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..a888bf7aa9 --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Draft 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "layer_height": "0.24" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.28mm SuperDraft 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..97922d354c --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.28mm SuperDraft 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "layer_height": "0.28" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Chunky 0.5 @Creality Ender5Pro (2019).json b/resources/profiles/Creality/process/0.36mm Chunky 0.5 @Creality Ender5Pro (2019).json new file mode 100644 index 0000000000..1e00a515f0 --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Chunky 0.5 @Creality Ender5Pro (2019).json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.36mm Chunky 0.5 nozzle @Creality Ender5Pro (2019)", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_creality_common_0_5", + "bottom_shell_layers": "3", + "top_shell_layers": "4", + "layer_height": "0.36" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json new file mode 100644 index 0000000000..1f43bdc64a --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json @@ -0,0 +1,18 @@ +{ + "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", + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.5 nozzle" + ] +} \ No newline at end of file