mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06: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
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -153,8 +153,8 @@ enum BrimType { | ||||||
|     btOuterAndInner, |     btOuterAndInner, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| enum TimelapseType { | enum TimelapseType : int { | ||||||
|     tlTraditional, |     tlTraditional = 0, | ||||||
|     tlSmooth |     tlSmooth | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever