Updated to 1.9.5, and optimize calibration and device

This commit is contained in:
QIDI TECH
2024-09-16 16:07:29 +08:00
parent fa251e0a9a
commit d842832b25
90 changed files with 2753 additions and 998 deletions

View File

@@ -105,9 +105,12 @@ public:
void StopStatusThread()
{
m_stopThread = true;
//y36
PrintHost::SetStop(true);
if (m_statusThread.joinable()) {
m_statusThread.join();
}
PrintHost::SetStop(false);
};
void SetPauseThread(bool status) { m_pauseThread = status; };
void SetPresetChanged(bool status);
@@ -164,6 +167,8 @@ private:
std::string select_machine_name;
WebState webisNetMode = isDisconnect;
std::set<std::string> m_exit_host;
std::string m_user_head_name; //y33
bool m_isfluidd_1; //y35
};
// y13