From aca3b3c56f34b6171b8fcca7de1d2fa27ea392dc Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 25 May 2024 15:25:16 +0200 Subject: [PATCH] Fixed default profiles for Ender 3 V3 (#5452) --- .../Creality/machine/Creality Ender-3 V3 0.4 nozzle.json | 2 +- .../Creality/machine/Creality Ender-3 V3 0.6 nozzle.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json index 4006df1fbc2..4eac0521a5d 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.4 nozzle.json @@ -8,7 +8,7 @@ "printer_model": "Creality Ender-3 V3", "gcode_flavor": "klipper", "printer_structure": "i3", - "default_print_profile": "0.20mm Standard @Creality Ender3V3", + "default_print_profile": "0.20mm Standard @Creality Ender3 V3", "nozzle_diameter": [ "0.4" ], diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json index bb5f46780ee..7f4795ee2ac 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V3 0.6 nozzle.json @@ -8,7 +8,7 @@ "printer_model": "Creality Ender-3 V3", "gcode_flavor": "klipper", "printer_structure": "i3", - "default_print_profile": "0.30mm Standard @Creality Ender3V3", + "default_print_profile": "0.30mm Standard @Creality Ender3 V3", "nozzle_diameter": [ "0.6" ],