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

"Background slice now" function, initial implementation by @lordofhyphens

https://github.com/alexrj/Slic3r/pull/3501
This commit is contained in:
bubnikv
2016-10-25 13:24:42 +02:00
parent 34248c2fbf
commit 34fab1566f
5 changed files with 75 additions and 1 deletions
+3
View File
@@ -100,6 +100,9 @@ sub _accept {
$self->EndModal(wxID_OK);
$self->Close; # needed on Linux
# Nothify the UI to update itself from the ini file.
wxTheApp->update_ui_from_settings;
}
1;