mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
misc fixes
This commit is contained in:
parent
c3d9ace470
commit
012f113eae
4 changed files with 26 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue