Refactoring of the Slice / Export G-code button

This commit is contained in:
bubnikv 2019-03-12 09:41:57 +01:00
parent 1da97c9415
commit 75cf1cde92
2 changed files with 9 additions and 15 deletions

View file

@ -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();