mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
fix crashes when switch timelapse and vase mode
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -153,8 +153,8 @@ enum BrimType {
|
||||
btOuterAndInner,
|
||||
};
|
||||
|
||||
enum TimelapseType {
|
||||
tlTraditional,
|
||||
enum TimelapseType : int {
|
||||
tlTraditional = 0,
|
||||
tlSmooth
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user