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