mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 12:32:17 -07: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:
parent
ddf6ed00c5
commit
b49ca90940
3 changed files with 10 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue