1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Hiding the sla support structures after undo/redo

This commit is contained in:
Lukas Matena
2019-07-25 11:23:23 +02:00
parent dda7b3fc52
commit fe62362960
6 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ public:
std::vector<sla::SupportPoint> sla_support_points;
// To keep track of where the points came from (used for synchronization between
// the SLA gizmo and the backend).
sla::PointsStatus sla_points_status = sla::PointsStatus::None;
sla::PointsStatus sla_points_status = sla::PointsStatus::NoPoints;
/* This vector accumulates the total translation applied to the object by the
center_around_origin() method. Callers might want to apply the same translation