mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 09:58:41 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user