mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Little refactoring, removing useless methods
This commit is contained in:
		
							parent
							
								
									ed050089d9
								
							
						
					
					
						commit
						55f00fdb35
					
				
					 3 changed files with 19 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -4,8 +4,8 @@ use warnings;
 | 
			
		|||
 | 
			
		||||
require Exporter;
 | 
			
		||||
our @ISA = qw(Exporter);
 | 
			
		||||
our @EXPORT_OK = qw(explode_expolygon explode_expolygons safety_offset
 | 
			
		||||
    diff_ex diff union_ex intersection_ex PFT_EVENODD);
 | 
			
		||||
our @EXPORT_OK = qw(explode_expolygon explode_expolygons safety_offset offset
 | 
			
		||||
    diff_ex diff union_ex intersection_ex PFT_EVENODD JT_MITER JT_ROUND);
 | 
			
		||||
 | 
			
		||||
use Math::Clipper 1.02 ':all';
 | 
			
		||||
our $clipper = Math::Clipper->new;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue