mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fixing perl bindings after refactoring
This commit is contained in:
		
							parent
							
								
									5294c85dfc
								
							
						
					
					
						commit
						afbc4a4cf2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -61,7 +61,7 @@
 | 
				
			||||||
    Ref<LayerRegion> add_region(PrintRegion* print_region);
 | 
					    Ref<LayerRegion> add_region(PrintRegion* print_region);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ExPolygonCollection* slices()
 | 
					    ExPolygonCollection* slices()
 | 
				
			||||||
        %code%{ RETVAL = new ExPolygonCollection(THIS->slices); %};
 | 
					        %code%{ RETVAL = new ExPolygonCollection(THIS->lslices); %};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    int ptr()
 | 
					    int ptr()
 | 
				
			||||||
        %code%{ RETVAL = (int)(intptr_t)THIS; %};
 | 
					        %code%{ RETVAL = (int)(intptr_t)THIS; %};
 | 
				
			||||||
| 
						 | 
					@ -110,7 +110,7 @@
 | 
				
			||||||
    Ref<LayerRegion> add_region(PrintRegion* print_region);
 | 
					    Ref<LayerRegion> add_region(PrintRegion* print_region);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ExPolygonCollection* slices()
 | 
					    ExPolygonCollection* slices()
 | 
				
			||||||
        %code%{ RETVAL = new ExPolygonCollection(THIS->slices); %};
 | 
					        %code%{ RETVAL = new ExPolygonCollection(THIS->lslices); %};
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void export_region_slices_to_svg(const char *path);
 | 
					    void export_region_slices_to_svg(const char *path);
 | 
				
			||||||
    void export_region_fill_surfaces_to_svg(const char *path);
 | 
					    void export_region_fill_surfaces_to_svg(const char *path);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue