mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Implemented merging of system profiles from various vendors.
This commit is contained in:
parent
0711f84ea0
commit
fa97a86751
4 changed files with 61 additions and 2 deletions
|
@ -336,6 +336,9 @@ protected:
|
|||
// This is a temporary state, which shall be fixed immediately by the following step.
|
||||
bool select_preset_by_name_strict(const std::string &name);
|
||||
|
||||
// Merge one vendor's presets with the other vendor's presets, report duplicates.
|
||||
std::vector<std::string> merge_presets(PresetCollection &&other, const std::set<VendorProfile> &new_vendors);
|
||||
|
||||
private:
|
||||
PresetCollection();
|
||||
PresetCollection(const PresetCollection &other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue