mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| %module{Slic3r::XS};
 | |
| 
 | |
| %{
 | |
| #include <xsinit.h>
 | |
| #include "slic3r/Utils/PresetUpdater.hpp"
 | |
| %}
 | |
| 
 | |
| %name{Slic3r::PresetUpdater} class PresetUpdater {
 | |
|     PresetUpdater(int version_online_event);
 | |
|     void sync(PresetBundle* preset_bundle);
 | |
|     void slic3r_update_notify();
 | |
|     bool config_update();
 | |
| };
 | 
