mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
FIX: use thread stack to keep shared ref of PrinterFileSystem
Change-Id: I86dce263f43eb65074d4fec777cb08885505b7cf (cherry picked from commit 1dbc32b2335c33831ac94a787c8e7ec7d898ccba)
This commit is contained in:
parent
e228e72db1
commit
35bb20b2cf
5 changed files with 19 additions and 11 deletions
|
@ -149,6 +149,8 @@ public:
|
|||
Status GetStatus() const { return m_status; }
|
||||
int GetLastError() const { return m_last_error; }
|
||||
|
||||
void Attached();
|
||||
|
||||
void Start();
|
||||
|
||||
void Retry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue