mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Text
		
	
	
	
	
	
%module{Slic3r::XS};
 | 
						|
 | 
						|
%{
 | 
						|
#include <xsinit.h>
 | 
						|
#include "slic3r/Utils/PrintHost.hpp"
 | 
						|
%}
 | 
						|
 | 
						|
%name{Slic3r::PrintHost} class PrintHost {
 | 
						|
	bool send_gcode(std::string filename) const;
 | 
						|
 | 
						|
	static PrintHost* get_print_host(DynamicPrintConfig *config);
 | 
						|
};
 |