1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

New way of starting arrange and rotation optimization.

To prevent segfaults when exiting while processing is running.
This commit is contained in:
tamasmeszaros
2019-05-13 18:58:56 +02:00
parent 42ab22e243
commit 696ade15ca
7 changed files with 191 additions and 109 deletions
+1
View File
@@ -51,6 +51,7 @@ public:
void set_status_text(const wxString& txt);
void set_status_text(const std::string& txt);
void set_status_text(const char *txt);
wxString get_status_text() const;
// Temporary methods to satisfy Perl side
void show_cancel_button();