1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

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