mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Refactoring of the Slice / Export G-code button
This commit is contained in:
parent
1da97c9415
commit
75cf1cde92
2 changed files with 9 additions and 15 deletions
|
@ -124,9 +124,6 @@ public:
|
|||
// and it does not account for the OctoPrint scheduling.
|
||||
bool finished() const { return m_print->finished(); }
|
||||
|
||||
// set status line
|
||||
void set_status(const std::string & status_str) const { m_print->set_status(100, status_str); }
|
||||
|
||||
private:
|
||||
void thread_proc();
|
||||
void thread_proc_safe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue