mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +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,
|
btOuterAndInner,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum TimelapseType {
|
enum TimelapseType : int {
|
||||||
tlTraditional,
|
tlTraditional = 0,
|
||||||
tlSmooth
|
tlSmooth
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user