ENH: UserPresetExceedLimit notify & not post more to cloud

Change-Id: Ia4f5381a28277d2b535632f88f3720b4bd27b661
Jira: STUDIO-4892
This commit is contained in:
chunmao.guo
2023-10-31 14:44:43 +08:00
committed by Lane.Wei
parent 6078adf9a2
commit 34d02aa07f
3 changed files with 41 additions and 11 deletions

View File

@@ -274,6 +274,7 @@ private:
Slic3r::DeviceManager* m_device_manager { nullptr };
NetworkAgent* m_agent { nullptr };
std::vector<std::string> need_delete_presets; // store setting ids of preset
std::vector<bool> m_create_preset_blocked { false, false, false, false, false, false }; // excceed limit
bool m_networking_compatible { false };
bool m_networking_need_update { false };
bool m_networking_cancel_update { false };