From 0bf65aa217b9d5a4ad1ad33a70b2e528abfd6734 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 3 Dec 2023 05:02:03 +0100 Subject: [PATCH] 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 87e15d621b2d8e2d2677036285e2a4677125dcdf. These settings were already captured by fdm_process_creality_common.json * Fix Indentations --- resources/profiles/Creality.json | 190 +++++++++++++++++- .../filament/Creality Generic ABS.json | 7 + .../filament/Creality Generic ASA.json | 7 + .../filament/Creality Generic PETG.json | 7 + .../filament/Creality Generic PLA.json | 7 + ...reality Ender-5 Pro (2019) 0.2 nozzle.json | 32 +++ ...eality Ender-5 Pro (2019) 0.25 nozzle.json | 32 +++ ...reality Ender-5 Pro (2019) 0.3 nozzle.json | 32 +++ ...reality Ender-5 Pro (2019) 0.5 nozzle.json | 32 +++ ...reality Ender-5 Pro (2019) 0.6 nozzle.json | 32 +++ ...reality Ender-5 Pro (2019) 0.8 nozzle.json | 32 +++ ...reality Ender-5 Pro (2019) 1.0 nozzle.json | 32 +++ .../machine/Creality Ender-5 Pro (2019).json | 2 +- ...Detail @Creality Ender5Pro (2019) 0.2.json | 12 ++ ...etail @Creality Ender5Pro (2019) 0.25.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.3.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.2.json | 12 ++ ...etail @Creality Ender5Pro (2019) 0.25.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.3.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.2.json | 12 ++ ...etail @Creality Ender5Pro (2019) 0.25.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.3.json | 12 ++ ...Detail @Creality Ender5Pro (2019) 0.5.json | 12 ++ ...ptimal @Creality Ender5Pro (2019) 0.2.json | 12 ++ ...timal @Creality Ender5Pro (2019) 0.25.json | 12 ++ ...ptimal @Creality Ender5Pro (2019) 0.3.json | 12 ++ ...ptimal @Creality Ender5Pro (2019) 0.5.json | 12 ++ ...ptimal @Creality Ender5Pro (2019) 0.6.json | 12 ++ ...ndard @Creality Ender5Pro (2019) 0.25.json | 11 + ...andard @Creality Ender5Pro (2019) 0.3.json | 11 + ...andard @Creality Ender5Pro (2019) 0.5.json | 11 + ...andard @Creality Ender5Pro (2019) 0.6.json | 11 + ...andard @Creality Ender5Pro (2019) 0.8.json | 11 + ... Draft @Creality Ender5Pro (2019) 0.3.json | 11 + ... Draft @Creality Ender5Pro (2019) 0.5.json | 11 + ... Draft @Creality Ender5Pro (2019) 0.6.json | 11 + ... Draft @Creality Ender5Pro (2019) 0.8.json | 11 + ...rDraft @Creality Ender5Pro (2019) 0.5.json | 11 + ...rDraft @Creality Ender5Pro (2019) 0.6.json | 11 + ...rDraft @Creality Ender5Pro (2019) 0.8.json | 11 + ...rDraft @Creality Ender5Pro (2019) 1.0.json | 11 + ...Chunky @Creality Ender5Pro (2019) 0.5.json | 11 + ...Chunky @Creality Ender5Pro (2019) 0.6.json | 11 + ...Chunky @Creality Ender5Pro (2019) 0.8.json | 11 + ...Chunky @Creality Ender5Pro (2019) 1.0.json | 11 + .../fdm_process_creality_common_0_2.json | 20 ++ .../fdm_process_creality_common_0_25.json | 20 ++ .../fdm_process_creality_common_0_3.json | 19 ++ .../fdm_process_creality_common_0_5.json | 19 ++ .../fdm_process_creality_common_0_6.json | 19 ++ .../fdm_process_creality_common_0_8.json | 20 ++ .../fdm_process_creality_common_1_0.json | 20 ++ 52 files changed, 944 insertions(+), 4 deletions(-) create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json create mode 100644 resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json create mode 100644 resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json create mode 100644 resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json create mode 100644 resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json create mode 100644 resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json create mode 100644 resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json create mode 100644 resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json create mode 100644 resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json create mode 100644 resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json create mode 100644 resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json create mode 100644 resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json create mode 100644 resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json create mode 100644 resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json create mode 100644 resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json create mode 100644 resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json create mode 100644 resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json create mode 100644 resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json create mode 100644 resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json create mode 100644 resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json create mode 100644 resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_2.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_25.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_3.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_5.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_6.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_8.json create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_1_0.json diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 7c9e40ea84..6568d82324 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -78,14 +78,66 @@ "name": "fdm_process_creality_common", "sub_path": "process/fdm_process_creality_common.json" }, + { + "name": "fdm_process_creality_common_0_2", + "sub_path": "process/fdm_process_creality_common_0_2.json" + }, + { + "name": "fdm_process_creality_common_0_25", + "sub_path": "process/fdm_process_creality_common_0_25.json" + }, + { + "name": "fdm_process_creality_common_0_3", + "sub_path": "process/fdm_process_creality_common_0_3.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" + }, + { + "name": "fdm_process_creality_common_0_8", + "sub_path": "process/fdm_process_creality_common_0_8.json" + }, + { + "name": "fdm_process_creality_common_1_0", + "sub_path": "process/fdm_process_creality_common_1_0.json" + }, { "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.2", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json" + }, { "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.2", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.10mm HighDetail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json" + }, { "name": "0.12mm Fine @Creality CR10Max", "sub_path": "process/0.12mm Fine @Creality CR10Max.json" @@ -102,10 +154,26 @@ "name": "0.12mm Fine @Creality Ender3V2", "sub_path": "process/0.12mm Fine @Creality Ender3V2.json" }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.12mm Detail @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json" + }, { "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", + "sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json" + }, { "name": "0.16mm Optimal @Creality CR10V2", "sub_path": "process/0.16mm Optimal @Creality CR10V2.json" @@ -134,10 +202,30 @@ "name": "0.16mm Optimal @Creality Ender5Plus", "sub_path": "process/0.16mm Optimal @Creality Ender5Plus.json" }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json" + }, { "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", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.16mm Optimal @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json" + }, { "name": "0.16mm Optimal @Creality Ender5S", "sub_path": "process/0.16mm Optimal @Creality Ender5S.json" @@ -173,8 +261,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" }, @@ -198,10 +286,30 @@ "name": "0.20mm Standard @Creality Ender5Plus", "sub_path": "process/0.20mm Standard @Creality Ender5Plus.json" }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json" + }, { "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", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json" + }, { "name": "0.20mm Standard @Creality Ender5S", "sub_path": "process/0.20mm Standard @Creality Ender5S.json" @@ -242,10 +350,26 @@ "name": "0.24mm Draft @Creality Ender3V2", "sub_path": "process/0.24mm Draft @Creality Ender3V2.json" }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.3", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json" + }, { "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", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.24mm Draft @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json" + }, { "name": "0.28mm SuperDraft @Creality CR-6 0.4", "sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.4.json" @@ -254,6 +378,22 @@ "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", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", + "sub_path": "process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json" + }, { "name": "0.32mm Chunky @Creality CR-6 0.6", "sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json" @@ -266,6 +406,22 @@ "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", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.6", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 0.8", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json" + }, + { + "name": "0.36mm Chunky @Creality Ender5Pro (2019) 1.0", + "sub_path": "process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json" + }, { "name": "0.40mm Draft @Creality CR-6 0.8", "sub_path": "process/0.40mm Draft @Creality CR-6 0.8.json" @@ -474,10 +630,38 @@ "name": "Creality Ender-5 Plus 0.4 nozzle", "sub_path": "machine/Creality Ender-5 Plus 0.4 nozzle.json" }, + { + "name": "Creality Ender-5 Pro (2019) 0.2 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json" + }, + { + "name": "Creality Ender-5 Pro (2019) 0.25 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json" + }, + { + "name": "Creality Ender-5 Pro (2019) 0.3 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json" + }, { "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" + }, + { + "name": "Creality Ender-5 Pro (2019) 0.8 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json" + }, + { + "name": "Creality Ender-5 Pro (2019) 1.0 nozzle", + "sub_path": "machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json" + }, { "name": "Creality Ender-5S 0.4 nozzle", "sub_path": "machine/Creality Ender-5S 0.4 nozzle.json" @@ -511,4 +695,4 @@ "sub_path": "machine/Creality K1 Max (0.8 nozzle).json" } ] -} +} \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ABS.json b/resources/profiles/Creality/filament/Creality Generic ABS.json index 482d180125..01eec5576e 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS.json @@ -25,7 +25,14 @@ "Creality Ender-3 S1 Pro 0.4 nozzle", "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 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-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", "Creality Ender-6 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic ASA.json b/resources/profiles/Creality/filament/Creality Generic ASA.json index 97970fc562..18a8fad19f 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA.json @@ -25,7 +25,14 @@ "Creality Ender-3 S1 Pro 0.4 nozzle", "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 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-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", "Creality Ender-6 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PETG.json b/resources/profiles/Creality/filament/Creality Generic PETG.json index 715f4d7607..d1c0652f5b 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG.json @@ -35,7 +35,14 @@ "Creality Ender-3 S1 Pro 0.4 nozzle", "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 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-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", "Creality Ender-6 0.4 nozzle", diff --git a/resources/profiles/Creality/filament/Creality Generic PLA.json b/resources/profiles/Creality/filament/Creality Generic PLA.json index a63a760af2..5b05a61e04 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA.json @@ -26,7 +26,14 @@ "Creality Ender-3 S1 Pro 0.4 nozzle", "Creality Ender-5 0.4 nozzle", "Creality Ender-5 Plus 0.4 nozzle", + "Creality Ender-5 Pro (2019) 0.2 nozzle", + "Creality Ender-5 Pro (2019) 0.25 nozzle", + "Creality Ender-5 Pro (2019) 0.3 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-5 Pro (2019) 0.8 nozzle", + "Creality Ender-5 Pro (2019) 1.0 nozzle", "Creality Ender-5S 0.4 nozzle", "Creality Ender-5 S1 0.4 nozzle", "Creality Ender-6 0.4 nozzle", diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json new file mode 100644 index 0000000000..02ec45a7db --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.2", + "default_print_profile": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.05" + ], + "nozzle_diameter": [ + "0.2" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json new file mode 100644 index 0000000000..7afcba3e3b --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.25 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.25 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.25", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.25", + "max_layer_height": [ + "0.2" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.25" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json new file mode 100644 index 0000000000..88ad5115d5 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.3 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.3", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.3", + "max_layer_height": [ + "0.24" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.3" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} 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..0990664546 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.5 nozzle.json @@ -0,0 +1,32 @@ +{ + "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" + ], + "printer_variant": "0.5", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.5", + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.12" + ], + "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/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json new file mode 100644 index 0000000000..1956e96c72 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.6 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.6", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.6", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.16" + ], + "nozzle_diameter": [ + "0.6" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json new file mode 100644 index 0000000000..2191dbd7a5 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.8 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.8", + "default_print_profile": "0.20mm Standard @Creality Ender5Pro (2019) 0.8", + "max_layer_height": [ + "0.64" + ], + "min_layer_height": [ + "0.2" + ], + "nozzle_diameter": [ + "0.8" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json new file mode 100644 index 0000000000..5b9d7f171e --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 1.0 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 1.0 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "1.0", + "default_print_profile": "0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0", + "max_layer_height": [ + "0.80" + ], + "min_layer_height": [ + "0.25" + ], + "nozzle_diameter": [ + "1.0" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json index b6d9ee1c97..3f71b5fbc4 100644 --- a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019).json @@ -2,7 +2,7 @@ "type": "machine_model", "name": "Creality Ender-5 Pro (2019)", "model_id": "Creality_Ender_5_Pro_2019", - "nozzle_diameter": "0.4", + "nozzle_diameter": "0.2;0.25;0.3;0.4;0.5;0.6;0.8;1.0", "machine_tech": "FFF", "family": "Creality", "bed_model": "creality_ender5pro_buildplate_model.stl", diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json new file mode 100644 index 0000000000..7cec18dd21 --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json new file mode 100644 index 0000000000..549411b2c4 --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.25.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..793afc2a53 --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json new file mode 100644 index 0000000000..f250aea565 --- /dev/null +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.2.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json new file mode 100644 index 0000000000..b1206a2759 --- /dev/null +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.25.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..9538235d08 --- /dev/null +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json new file mode 100644 index 0000000000..3735306232 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json new file mode 100644 index 0000000000..c0657fab47 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.25.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..02eed0a0fe --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..b8014d3bf2 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json new file mode 100644 index 0000000000..b83910a34b --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.2.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json new file mode 100644 index 0000000000..81aead0251 --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.25.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..65394ae8f2 --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..b665f9501d --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json new file mode 100644 index 0000000000..6df973930b --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality Ender5Pro (2019) 0.6.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json new file mode 100644 index 0000000000..d36e7a4331 --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.25.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..f00ede6871 --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..6712100d90 --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json new file mode 100644 index 0000000000..035121965c --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.6.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json new file mode 100644 index 0000000000..ba94de8705 --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality Ender5Pro (2019) 0.8.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json new file mode 100644 index 0000000000..29fcdd9f88 --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..3f1dfc5b3d --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json new file mode 100644 index 0000000000..3b9a2fc90e --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.6.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json new file mode 100644 index 0000000000..eddca346b2 --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality Ender5Pro (2019) 0.8.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..76c4c5ede5 --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json new file mode 100644 index 0000000000..837d684e25 --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.6.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json new file mode 100644 index 0000000000..9ffd6dbb28 --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 0.8.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json new file mode 100644 index 0000000000..a2d6093bbd --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality Ender5Pro (2019) 1.0.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json new file mode 100644 index 0000000000..3e73410f03 --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.5.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json new file mode 100644 index 0000000000..7c81913a78 --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.6.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json new file mode 100644 index 0000000000..e1a07cf309 --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 0.8.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json new file mode 100644 index 0000000000..48d513d5c2 --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Chunky @Creality Ender5Pro (2019) 1.0.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json new file mode 100644 index 0000000000..eb28a2bca8 --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_2.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json new file mode 100644 index 0000000000..94b5cb989c --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json new file mode 100644 index 0000000000..26d05e8228 --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json @@ -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" + ] +} \ 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..26a11b4d51 --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_5.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json new file mode 100644 index 0000000000..ca184e0616 --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json b/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json new file mode 100644 index 0000000000..b7f6a48eac --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json b/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json new file mode 100644 index 0000000000..926033c695 --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_1_0.json @@ -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" + ] +} \ No newline at end of file