mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Feature/fix timelapse crash (#224)
* Move use_firmware_retraction out of extruder tab Signed-off-by: SoftFever <softfeverever@gmail.com> * fix timelapse crash Signed-off-by: SoftFever <softfeverever@gmail.com> Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
ba72d1731b
commit
cdd9c51949
2 changed files with 10 additions and 4 deletions
|
@ -160,8 +160,8 @@ enum BrimType {
|
|||
btNoBrim,
|
||||
};
|
||||
|
||||
enum TimelapseType {
|
||||
tlTraditional,
|
||||
enum TimelapseType : int {
|
||||
tlTraditional = 0,
|
||||
tlSmooth
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue