| 
					
				 | 
			
			
				@@ -5203,7 +5203,7 @@ static void fil_load_menu() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_BEGIN(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_BACK_P(_T(MSG_MAIN)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	MENU_ITEM_FUNCTION_P(_i("Load all"), load_all);////MSG_LOAD_ALL c=0 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	MENU_ITEM_FUNCTION_P(_i("Load all"), load_all);////MSG_LOAD_ALL c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Load filament 1"), extr_adj_0);////MSG_LOAD_FILAMENT_1 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Load filament 2"), extr_adj_1);////MSG_LOAD_FILAMENT_2 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Load filament 3"), extr_adj_2);////MSG_LOAD_FILAMENT_3 c=17 r=0 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -5232,14 +5232,14 @@ static void fil_unload_menu() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_BEGIN(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_BACK_P(_T(MSG_MAIN)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	MENU_ITEM_FUNCTION_P(_i("Unload all"), extr_unload_all);////MSG_UNLOAD_ALL c=0 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	MENU_ITEM_FUNCTION_P(_i("Unload all"), extr_unload_all);////MSG_UNLOAD_ALL c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Unload filament 1"), extr_unload_0);////MSG_UNLOAD_FILAMENT_1 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Unload filament 2"), extr_unload_1);////MSG_UNLOAD_FILAMENT_2 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Unload filament 3"), extr_unload_2);////MSG_UNLOAD_FILAMENT_3 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_ITEM_FUNCTION_P(_i("Unload filament 4"), extr_unload_3);////MSG_UNLOAD_FILAMENT_4 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if (mmu_enabled) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		MENU_ITEM_FUNCTION_P(_i("Unload filament 5"), extr_unload_4);////MSG_UNLOAD_FILAMENT_4 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		MENU_ITEM_FUNCTION_P(_i("Unload filament 5"), extr_unload_4);////MSG_UNLOAD_FILAMENT_5 c=17 r=0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	MENU_END(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |