mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Hollowing task triggered by the gizmo now spawns a UI job to not block the UI thread
The AABB tree calculation is still done in the UI thread, so it gets blocked for some time
This commit is contained in:
parent
4d8631fef6
commit
9836533cb3
5 changed files with 125 additions and 72 deletions
|
@ -190,6 +190,7 @@ public:
|
|||
void reload_from_disk();
|
||||
bool has_toolpaths_to_export() const;
|
||||
void export_toolpaths_to_obj() const;
|
||||
void hollow();
|
||||
void reslice();
|
||||
void reslice_SLA_supports(const ModelObject &object, bool postpone_error_messages = false);
|
||||
void changed_object(int obj_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue