mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	New high_res_perimeters option (like the "Skin" plugin for Skeinforge)
This commit is contained in:
		
							parent
							
								
									1978a99416
								
							
						
					
					
						commit
						119eb0693f
					
				
					 7 changed files with 28 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -45,9 +45,10 @@ our $perimeter_feed_rate        = 30;   # mm/sec
 | 
			
		|||
our $bottom_layer_speed_ratio   = 0.3;
 | 
			
		||||
 | 
			
		||||
# accuracy options
 | 
			
		||||
our $resolution         = 0.00000001;
 | 
			
		||||
our $layer_height       = 0.4;
 | 
			
		||||
our $thickness_ratio    = 1;
 | 
			
		||||
our $resolution             = 0.00000001;
 | 
			
		||||
our $layer_height           = 0.4;
 | 
			
		||||
our $high_res_perimeters    = 0;
 | 
			
		||||
our $thickness_ratio        = 1;
 | 
			
		||||
our $flow_width;
 | 
			
		||||
 | 
			
		||||
# print options
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue