| 
					
				 | 
			
			
				@@ -168,15 +168,6 @@ void lcd_commands(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 extern bool bSettings;                            // flag (i.e. 'fake parameter') for 'lcd_hw_setup_menu()' function 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void lcd_hw_setup_menu(void);                     // NOT static due to using inside "util" module ("nozzle_diameter_check()") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-void change_extr(int extr); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#ifdef SNMM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-void extr_unload_all();  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-void extr_unload_used(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#endif //SNMM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-void extr_unload(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 enum class FilamentAction : uint_least8_t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     None, //!< 'none' state is used as flag for (filament) autoLoad (i.e. opposite for 'autoLoad' state) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -224,8 +215,6 @@ void lcd_pinda_calibration_menu(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void lcd_calibrate_pinda(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void lcd_temp_calibration_set(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-void display_loading(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 void lcd_set_degree(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #if (LANG_MODE != 0) 
			 |