mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Eliminate libnest2d warning on mac
This commit is contained in:
		
							parent
							
								
									1dce483bc9
								
							
						
					
					
						commit
						9092033bea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -836,7 +836,7 @@ public:
 | 
				
			||||||
    inline ItemIteratorOnly<It, size_t> execute(It from, It to)
 | 
					    inline ItemIteratorOnly<It, size_t> execute(It from, It to)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        auto infl = static_cast<Coord>(std::ceil(min_obj_distance_/2.0));
 | 
					        auto infl = static_cast<Coord>(std::ceil(min_obj_distance_/2.0));
 | 
				
			||||||
        if(infl > 0) std::for_each(from, to, [this, infl](Item& item) {
 | 
					        if(infl > 0) std::for_each(from, to, [infl](Item& item) {
 | 
				
			||||||
            item.inflate(infl);
 | 
					            item.inflate(infl);
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue