mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:36:08 +08:00
fix crashes when switch timelapse and vase mode
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
7e9ccefcaa
commit
9b3ed8e4e6
@ -153,8 +153,8 @@ enum BrimType {
|
||||
btOuterAndInner,
|
||||
};
|
||||
|
||||
enum TimelapseType {
|
||||
tlTraditional,
|
||||
enum TimelapseType : int {
|
||||
tlTraditional = 0,
|
||||
tlSmooth
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user