1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Update the SLA slices at the print preview once the index is calculated.

This commit is contained in:
bubnikv
2019-03-14 15:11:27 +01:00
parent 6f2695366e
commit d6b409d0d9
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -272,6 +272,7 @@ public:
NO_RELOAD_SCENE = 0,
RELOAD_SCENE = 1 << 1,
RELOAD_SLA_SUPPORT_POINTS = 1 << 2,
RELOAD_SLA_PREVIEW = 1 << 3,
};
// Bitmap of FlagBits
unsigned int flags;