ENH: Support Child Folder of Filaments in Profiles

Change-Id: Id89281d76efe42e7e8c407cce337fee1485e2cf0
(cherry picked from commit 634159a3ce43f3aaf9223b412e993d3355cb1682)
This commit is contained in:
zorro.zhang 2022-10-20 15:25:12 +08:00 committed by Lane.Wei
parent 047e5c2e90
commit e4fa6d8652
2 changed files with 21 additions and 14 deletions

View file

@ -76,7 +76,7 @@ public:
int LoadProfile();
int LoadProfileFamily(std::string strVendor, std::string strFilePath);
int SaveProfile();
int GetFilamentInfo(std::string filepath, std::string &sVendor, std::string &sType);
int GetFilamentInfo( std::string VendorDirectory,json & pFilaList, std::string filepath, std::string &sVendor, std::string &sType);
bool apply_config(AppConfig *app_config, PresetBundle *preset_bundle, const PresetUpdater *updater, bool& apply_keeped_changes);