mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Update the SLA slices at the print preview once the index is calculated.
This commit is contained in:
parent
6f2695366e
commit
d6b409d0d9
3 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue