mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Thread-safe integration of ExtrusionPath::Collection
This commit is contained in:
		
							parent
							
								
									c030e38908
								
							
						
					
					
						commit
						1b285f3f46
					
				
					 12 changed files with 81 additions and 104 deletions
				
			
		|  | @ -43,6 +43,14 @@ use overload | |||
|     '@{}' => sub { $_[0]->arrayref }, | ||||
|     'fallback' => 1; | ||||
| 
 | ||||
| sub new { | ||||
|     my ($class, @paths) = @_; | ||||
|      | ||||
|     my $self = $class->_new; | ||||
|     $self->append(@paths); | ||||
|     return $self; | ||||
| } | ||||
| 
 | ||||
| package Slic3r::ExtrusionLoop; | ||||
| use overload | ||||
|     '@{}' => sub { $_[0]->arrayref }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci