mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Partial GUI compatibility with XS data
This commit is contained in:
		
							parent
							
								
									8380ca812b
								
							
						
					
					
						commit
						5409c27852
					
				
					 4 changed files with 11 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -22,11 +22,6 @@ sub clone {
 | 
			
		|||
    Storable::dclone($_[0])
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub threadsafe_clone {
 | 
			
		||||
    my $self = shift;
 | 
			
		||||
    return (ref $self)->new(map $_->threadsafe_clone, @$self);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sub serialize {
 | 
			
		||||
    my $self = shift;
 | 
			
		||||
    return pack 'l*', map @$_, @$self;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue