From 56651d75d1180c1e222a0b70c4931eff40245f08 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Tue, 14 Jan 2025 17:57:05 +0800 Subject: [PATCH] FIX: fix error blacklist prompt jira: STUDIO-9647 Change-Id: I66e4838c6462e7ca8a5dd6228df54ab98987e6f8 --- src/slic3r/GUI/DeviceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index 23c048e90..265f9f1f5 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -7289,7 +7289,7 @@ void DeviceManager::check_filaments_in_blacklist(std::string tag_vendor, std::st //third party if (vendor == "third party") { - if ("bambulab" != vendor && tag_type == type) { + if ("bambu lab" != tag_vendor && tag_type == type) { in_blacklist = true; ac = action; info = description;