1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

trying to get the export dialog for zip files.

This commit is contained in:
tamasmeszaros
2018-11-12 18:09:47 +01:00
parent c6695538a9
commit 90c38daeae
6 changed files with 11 additions and 16 deletions
+1 -2
View File
@@ -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;