mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix float accuracy issue when thick_bridges is off (#6957)
This commit is contained in:
		
							parent
							
								
									ac7674b85a
								
							
						
					
					
						commit
						306b54bc0a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1447,7 +1447,7 @@ void PrintObject::bridge_over_infill() | |||
|                 Polygons to_bridge_pp = internal_solid; | ||||
|                  | ||||
|                 // iterate through lower layers spanned by bridge_flow
 | ||||
|                 double bottom_z = layer->print_z - bridge_flow.height(); | ||||
|                 double bottom_z = layer->print_z - bridge_flow.height() - EPSILON; | ||||
|                 for (int i = int(layer_it - m_layers.begin()) - 1; i >= 0; --i) { | ||||
|                     const Layer* lower_layer = m_layers[i]; | ||||
|                      | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Justin Schuh
						Justin Schuh