mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Improved stability (fixed crashes) of the Cut by plane function by
replacing the cut triangulation with freeglu tesselator. Added performance tracing output of the Cut by plane function. Added wait cursor to split to parts / objects, object cut, save to AMF/3MF.
This commit is contained in:
parent
3dc6e266ed
commit
8982664551
4 changed files with 27 additions and 37 deletions
|
@ -1347,6 +1347,8 @@ void ObjectList::split()
|
|||
return;
|
||||
}
|
||||
|
||||
wxBusyCursor wait;
|
||||
|
||||
auto model_object = (*m_objects)[obj_idx];
|
||||
|
||||
auto parent = m_objects_model->GetTopParent(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue