mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	New --fill-every-layers option to get high accuracy on external surfaces while speeding up infill
This commit is contained in:
		
							parent
							
								
									54cc6216a1
								
							
						
					
					
						commit
						7f341cfcd3
					
				
					 16 changed files with 177 additions and 43 deletions
				
			
		|  | @ -19,7 +19,7 @@ sub infill_direction { | |||
|     @shift = @{$rotate[1]}; | ||||
|      | ||||
|     # alternate fill direction | ||||
|     if ($self->layer->id % 2) { | ||||
|     if (($self->layer->id / $surface->depth_layers) % 2) { | ||||
|         $rotate[0] = Slic3r::Geometry::deg2rad($Slic3r::fill_angle) + PI/2; | ||||
|     } | ||||
|      | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci