mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Merge branch 'main' into dev/p2s-pr
This commit is contained in:
@@ -535,6 +535,9 @@ VendorType PresetBundle::get_current_vendor_type()
|
||||
{
|
||||
if(vendor_name.compare("BBL") == 0)
|
||||
t = VendorType::Marlin_BBL;
|
||||
|
||||
if(vendor_name.compare("Qidi") == 0)
|
||||
t = VendorType::Klipper_Qidi;
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user