mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			122 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			122 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
 | 
						|
 | 
						|
 | 
						|
function NextSlide()
 | 
						|
{
 | 
						|
	$('.swiper-button-next').click();
 | 
						|
}
 | 
						|
 | 
						|
function PreSlide()
 | 
						|
{
 | 
						|
	$('.swiper-button-prev').click();
 | 
						|
} |