mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Ported CoolingBuffer to C++/XS
This commit is contained in:
		
							parent
							
								
									c517b0d8f1
								
							
						
					
					
						commit
						a65c9ba083
					
				
					 10 changed files with 227 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -100,10 +100,7 @@ sub BUILD {
 | 
			
		|||
        }
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    $self->_cooling_buffer(Slic3r::GCode::CoolingBuffer->new(
 | 
			
		||||
        config      => $self->config,
 | 
			
		||||
        gcodegen    => $self->_gcodegen,
 | 
			
		||||
    ));
 | 
			
		||||
    $self->_cooling_buffer(Slic3r::GCode::CoolingBuffer->new($self->_gcodegen));
 | 
			
		||||
    
 | 
			
		||||
    $self->_spiral_vase(Slic3r::GCode::SpiralVase->new(config => $self->config))
 | 
			
		||||
        if $self->config->spiral_vase;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue