mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: printer file system network reconnect bug && invalid obj bug
Jira: [STUDIO-13295] Change-Id: I3b0c907ab4357d09ad592a0d937d83aaa15e8680 (cherry picked from commit 928d6b4c6a8c3ea8c9bd179c51afdb7dc55f45ce)
This commit is contained in:
@@ -532,6 +532,7 @@ void PartSkipDialog::OnFileSystemEvent(wxCommandEvent &e)
|
||||
m_file_sys->Stop();
|
||||
if (m_url_state == URL_TCP) {
|
||||
m_url_state = URL_TUTK;
|
||||
m_file_sys->SetUrl("3");
|
||||
m_file_sys->Retry();
|
||||
BOOST_LOG_TRIVIAL(info) << "part skip: print file system connnect failed first.";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user