mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06: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:
parent
14b4685ecb
commit
53ccac6925
3 changed files with 9 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue