mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-14 15:26:11 -06:00
FIX: fix error blacklist prompt
jira: STUDIO-9647 Change-Id: I66e4838c6462e7ca8a5dd6228df54ab98987e6f8 (cherry picked from commit 56651d75d1180c1e222a0b70c4931eff40245f08)
This commit is contained in:
parent
919606110c
commit
63cefd9e05
1 changed files with 1 additions and 1 deletions
|
|
@ -7391,7 +7391,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue