mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Fix GUI
This commit is contained in:
		
							parent
							
								
									c8a48b4527
								
							
						
					
					
						commit
						6da98a6ecc
					
				
					 3 changed files with 36 additions and 20 deletions
				
			
		|  | @ -28,6 +28,11 @@ our @ISA = 'Slic3r::Point'; | |||
| 
 | ||||
| sub DESTROY {} | ||||
| 
 | ||||
| package Slic3r::Pointf3; | ||||
| use overload | ||||
|     '@{}' => sub { [ $_[0]->x, $_[0]->y, $_[0]->z ] },  #, | ||||
|     'fallback' => 1; | ||||
| 
 | ||||
| package Slic3r::ExPolygon; | ||||
| use overload | ||||
|     '@{}' => sub { $_[0]->arrayref }, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci