mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Implemented another behavior of the "Slice Now" / "Export/Send G-code" buttons (SPE-831)
This commit is contained in:
@@ -123,6 +123,9 @@ public:
|
||||
// This "finished" flag does not account for the final export of the output file (.gcode or zipped PNGs),
|
||||
// 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();
|
||||
|
||||
Reference in New Issue
Block a user