From 1236dc0ee847b9351856450bc284badc077d66b1 Mon Sep 17 00:00:00 2001 From: Paul Schattenberg Date: Mon, 20 Nov 2023 17:34:31 +0100 Subject: [PATCH] Add Generic FDM Process for Creality 0.3 Nozzle --- .../fdm_process_creality_common_0_3.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 resources/profiles/Creality/process/fdm_process_creality_common_0_3.json 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..73f58ffc6f --- /dev/null +++ b/resources/profiles/Creality/process/fdm_process_creality_common_0_3.json @@ -0,0 +1,21 @@ +{ + "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", + "support_interface_spacing": "0.15", + "support_bottom_interface_spacing": "0.15", + "compatible_printers": [ + "Creality Ender-5 Pro (2019) 0.3 nozzle" + ] +} \ No newline at end of file