mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Detection of optimal infill direction for bridges. Includes many fixes and improvements.
This commit is contained in:
		
							parent
							
								
									1cb515a8e5
								
							
						
					
					
						commit
						743f2abcf2
					
				
					 18 changed files with 445 additions and 68 deletions
				
			
		|  | @ -16,7 +16,7 @@ sub fill_surface { | |||
|      | ||||
|     # rotate polygons so that we can work with vertical lines here | ||||
|     my $polygons = [ $surface->p ]; | ||||
|     my $rotate_vector = $self->infill_direction($polygons); | ||||
|     my $rotate_vector = $self->infill_direction($surface); | ||||
|     $self->rotate_points($polygons, $rotate_vector); | ||||
|      | ||||
|     my $bounding_box = [ Slic3r::Geometry::bounding_box(map @$_, $polygons) ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci