mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into svg_icons
This commit is contained in:
commit
c6607bcd27
10 changed files with 33 additions and 4343 deletions
|
@ -2995,6 +2995,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