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

zip file output dialog and status indication for sla in the statusbar.

This commit is contained in:
tamasmeszaros
2018-11-13 11:53:54 +01:00
parent 90c38daeae
commit 95419370e1
6 changed files with 104 additions and 29 deletions
+3 -3
View File
@@ -1683,7 +1683,7 @@ void GLGizmoSlaSupports::clicked_on_object(const Vec2d& mouse_position)
m_model_object->sla_support_points.push_back(new_pos);
// This should trigger the support generation
wxGetApp().plater()->reslice();
// wxGetApp().plater()->reslice();
}
catch (...) {}
}
@@ -1695,7 +1695,7 @@ void GLGizmoSlaSupports::delete_current_grabber(bool delete_all)
m_model_object->sla_support_points.clear();
// This should trigger the support generation
wxGetApp().plater()->reslice();
// wxGetApp().plater()->reslice();
}
else
if (m_hover_id != -1) {
@@ -1704,7 +1704,7 @@ void GLGizmoSlaSupports::delete_current_grabber(bool delete_all)
m_hover_id = -1;
// This should trigger the support generation
wxGetApp().plater()->reslice();
// wxGetApp().plater()->reslice();
}
}