mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
misc fixes
This commit is contained in:
@@ -334,7 +334,10 @@ VendorType PresetBundle::get_current_vendor_type()
|
||||
}
|
||||
}
|
||||
if (!vendor_name.empty())
|
||||
t = vendor_name.compare("BBL") == 0 ? VendorType::Unknown : VendorType::Marlin_BBL;
|
||||
{
|
||||
if(vendor_name.compare("BBL") == 0)
|
||||
t = VendorType::Marlin_BBL;
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user