mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
%module{Slic3r::XS};
 | 
						|
 | 
						|
#include <myinit.h>
 | 
						|
#include "libslic3r/SupportMaterial.hpp"
 | 
						|
 | 
						|
%package{Slic3r::Print::SupportMaterial};
 | 
						|
%{
 | 
						|
 | 
						|
SV*
 | 
						|
MARGIN()
 | 
						|
    PROTOTYPE:
 | 
						|
    CODE:
 | 
						|
        RETVAL = newSVnv(SUPPORT_MATERIAL_MARGIN);
 | 
						|
    OUTPUT: RETVAL
 | 
						|
 | 
						|
%} |