ENH: SaveProfileData to AppConfig in MainThread

JIRA: none
Change-Id: I22ae3dac5e2bed42a2edfb848d627cd5092ef171
(cherry picked from commit c2042d7e20ab03001e4b38f366d0f129f2ee0918)
(cherry picked from commit d027e098acf37330076273799d2ff873a07044b5)
This commit is contained in:
zorro.zhang
2025-01-07 17:02:13 +08:00
committed by Noisyfox
parent d753292823
commit 5e79e9196f
2 changed files with 28 additions and 14 deletions

View File

@@ -73,7 +73,8 @@ public:
bool IsFirstUse();
//Model - Machine - Filaments
int LoadProfile();
int LoadProfileData();
int SaveProfileData();
int LoadProfileFamily(std::string strVendor, std::string strFilePath);
int SaveProfile();
int GetFilamentInfo( std::string VendorDirectory,json & pFilaList, std::string filepath, std::string &sVendor, std::string &sType);