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

Show wait cursor when exporting an STL.

Fix of SLA gizmo picking by rectangle: point is occluded only if an object
is half its radius away from the point center.
Don't show the temp G-code file name in the status bar when exporting.
This commit is contained in:
bubnikv
2019-02-22 10:11:57 +01:00
parent 14b4685ecb
commit 53ccac6925
3 changed files with 9 additions and 4 deletions
+2
View File
@@ -2972,6 +2972,8 @@ void Plater::export_stl(bool selection_only)
const wxString path = dialog->GetPath();
const std::string path_u8 = into_u8(path);
wxBusyCursor wait;
TriangleMesh mesh;
if (selection_only) {
const auto &selection = p->get_selection();