From 3e6835bbc5bb840d5835f2a08d9a2bb31c63f90a Mon Sep 17 00:00:00 2001 From: moransolutions Date: Thu, 28 Nov 2024 08:37:41 -0600 Subject: [PATCH] Fixes a configuration issue with the Sovol SV06 ACE profile (#7504) * Update Sovol SV06 ACE 0.4 nozzle.json fixed name to add - official * Update Sovol SV06 Plus ACE 0.4 nozzle.json fixed config to add - official --- .../profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json | 4 ++-- .../Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json index 3057ca6026..88ded0ba49 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 ACE 0.4 nozzle.json @@ -6,7 +6,7 @@ "instantiation": "true", "inherits": "fdm_machine_common", "printer_model": "Sovol SV06 ACE", - "default_print_profile": "0.20mm Standard @Sovol SV06 ACE", + "default_print_profile": "0.20mm Standard @Sovol SV06 ACE - official", "nozzle_diameter": [ "0.4" ], @@ -127,4 +127,4 @@ "default_filament_profile": [ "Sovol SV06 ACE PLA" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json index 928e6a0913..2223662fc5 100644 --- a/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json +++ b/resources/profiles/Sovol/machine/Sovol SV06 Plus ACE 0.4 nozzle.json @@ -6,7 +6,7 @@ "instantiation": "true", "inherits": "fdm_machine_common", "printer_model": "Sovol SV06 Plus ACE", - "default_print_profile": "0.20mm Standard @Sovol SV06 Plus ACE", + "default_print_profile": "0.20mm Standard @Sovol SV06 Plus ACE - official", "nozzle_diameter": [ "0.4" ], @@ -130,4 +130,4 @@ "default_filament_profile": [ "Sovol SV06 Plus ACE PLA" ] -} \ No newline at end of file +}