mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-17 05:52:39 +00:00
Harden belt purge tower replanning
This commit is contained in:
@@ -1116,6 +1116,9 @@ void PrintObject::clear_layers()
|
||||
for (Layer *l : m_layers)
|
||||
delete l;
|
||||
m_layers.clear();
|
||||
for (Layer *l : m_belt_truncated_layers)
|
||||
delete l;
|
||||
m_belt_truncated_layers.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user