mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	temporary disable assert on Mac
This commit is contained in:
		
							parent
							
								
									78f6c429c1
								
							
						
					
					
						commit
						3d8eca022f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -58,7 +58,8 @@ void ExtrusionPath::polygons_covered_by_spacing(Polygons &out, const float scale | ||||||
|     // Instantiating the Flow class to get the line spacing.
 |     // Instantiating the Flow class to get the line spacing.
 | ||||||
|     // Don't know the nozzle diameter, setting to zero. It shall not matter it shall be optimized out by the compiler.
 |     // Don't know the nozzle diameter, setting to zero. It shall not matter it shall be optimized out by the compiler.
 | ||||||
|     bool bridge = is_bridge(this->role()); |     bool bridge = is_bridge(this->role()); | ||||||
|     assert(! bridge || this->width == this->height); |     // SoftFever: TODO Mac trigger assersion errors
 | ||||||
|  | //    assert(! bridge || this->width == this->height);
 | ||||||
|     auto flow = bridge ? Flow::bridging_flow(this->width, 0.f) : Flow(this->width, this->height, 0.f); |     auto flow = bridge ? Flow::bridging_flow(this->width, 0.f) : Flow(this->width, this->height, 0.f); | ||||||
|     polygons_append(out, offset(this->polyline, 0.5f * float(flow.scaled_spacing()) + scaled_epsilon)); |     polygons_append(out, offset(this->polyline, 0.5f * float(flow.scaled_spacing()) + scaled_epsilon)); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 SoftFever
						SoftFever