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

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;