mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed integration tests.
This commit is contained in:
parent
3e0a06aa0e
commit
86e6f8bf33
2 changed files with 7 additions and 2 deletions
|
@ -76,9 +76,10 @@ void SLAPrint::clear()
|
|||
tbb::mutex::scoped_lock lock(this->state_mutex());
|
||||
// The following call should stop background processing if it is running.
|
||||
this->invalidate_all_steps();
|
||||
|
||||
for (SLAPrintObject *object : m_objects) delete object;
|
||||
for (SLAPrintObject *object : m_objects)
|
||||
delete object;
|
||||
m_objects.clear();
|
||||
m_model.clear_objects();
|
||||
}
|
||||
|
||||
// Transformation without rotation around Z and without a shift by X and Y.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue