From d985ef8d9b2e3c7e58e401e3b3d073b39e36178c Mon Sep 17 00:00:00 2001 From: Paul Schattenberg Date: Mon, 20 Nov 2023 19:49:01 +0100 Subject: [PATCH] Fix Initial Layer Settings --- .../Creality/process/fdm_process_creality_common_0_25.json | 1 + .../Creality/process/fdm_process_creality_common_0_6.json | 1 - .../Creality/process/fdm_process_creality_common_0_8.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) 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 index 2c8333de7c..94b5cb989c 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_25.json @@ -12,6 +12,7 @@ "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" 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 index 003ce54ba6..ca184e0616 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_6.json @@ -12,7 +12,6 @@ "internal_solid_infill_line_width": "0.66", "support_line_width": "0.54", "top_surface_line_width": "0.6", - "initial_layer_print_height": "0.3", "wall_loops": "2", "compatible_printers": [ "Creality Ender-5 Pro (2019) 0.6 nozzle" 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 index c1b8c21f6a..b7f6a48eac 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_8.json @@ -12,8 +12,8 @@ "internal_solid_infill_line_width": "0.88", "support_line_width": "0.72", "top_surface_line_width": "0.8", - "wall_loops": "2", "initial_layer_print_height": "0.32", + "wall_loops": "2", "compatible_printers": [ "Creality Ender-5 Pro (2019) 0.8 nozzle" ]