mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
trying to get the export dialog for zip files.
This commit is contained in:
@@ -75,8 +75,7 @@ SLAPrint::ApplyStatus SLAPrint::apply(const Model &model,
|
||||
return APPLY_STATUS_UNCHANGED;
|
||||
|
||||
// Temporary quick fix, just invalidate everything.
|
||||
{
|
||||
std::cout << "deleting object cache " << std::endl;
|
||||
{
|
||||
for (SLAPrintObject *print_object : m_objects) {
|
||||
print_object->invalidate_all_steps();
|
||||
delete print_object;
|
||||
|
||||
Reference in New Issue
Block a user