mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix msvc build
This commit is contained in:
		
							parent
							
								
									07943ae669
								
							
						
					
					
						commit
						2d29b7d6cd
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -7,11 +7,12 @@
 | 
			
		|||
namespace Slic3r {
 | 
			
		||||
 | 
			
		||||
class ExPolygon;
 | 
			
		||||
using ExPolygons = std::vector<ExPolygon>;
 | 
			
		||||
 | 
			
		||||
class TriangleMesh;
 | 
			
		||||
 | 
			
		||||
namespace sla {
 | 
			
		||||
 | 
			
		||||
using ExPolygons = std::vector<ExPolygon>;
 | 
			
		||||
using ThrowOnCancel = std::function<void(void)>;
 | 
			
		||||
 | 
			
		||||
/// Calculate the polygon representing the silhouette from the specified height
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -564,7 +564,7 @@ void SLAPrint::process()
 | 
			
		|||
            if(!po.m_config.supports_enable.getBool()) elevation = 0;
 | 
			
		||||
            sla::PoolConfig pcfg(wt, h, md, er);
 | 
			
		||||
 | 
			
		||||
            sla::ExPolygons bp;
 | 
			
		||||
            ExPolygons bp;
 | 
			
		||||
            double pad_h = sla::get_pad_elevation(pcfg);
 | 
			
		||||
            auto&& trmesh = po.transformed_mesh();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue