mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Bugfix: some infill lines extruded outside objects when using 45° infill angle. #65
This commit is contained in:
		
							parent
							
								
									84d9f5fd9d
								
							
						
					
					
						commit
						048410ac52
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ sub infill_direction { | |||
|     # set infill angle | ||||
|     my (@rotate, @shift); | ||||
|     $rotate[0] = Slic3r::Geometry::deg2rad($Slic3r::fill_angle); | ||||
|     $rotate[1] = [ $self->max_print_dimension / 2, $self->max_print_dimension / 2 ]; | ||||
|     $rotate[1] = [ $self->max_print_dimension * sqrt(2) / 2, $self->max_print_dimension * sqrt(2) / 2 ]; | ||||
|     @shift = @{$rotate[1]}; | ||||
|      | ||||
|     # alternate fill direction | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci