mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: not keep restarting video on local error
Change-Id: I2f79208326f92931bec108a4609088788ceca998
This commit is contained in:
@@ -746,7 +746,7 @@ void PrinterFileSystem::Reconnect(boost::unique_lock<boost::mutex> &l, int resul
|
||||
std::string url = m_messages.front();
|
||||
m_messages.clear();
|
||||
if (url.empty()) {
|
||||
m_last_error = -100;
|
||||
m_last_error = 1;
|
||||
} else {
|
||||
l.unlock();
|
||||
m_status = Status::Connecting;
|
||||
|
||||
Reference in New Issue
Block a user