|  |  |  | @ -18,7 +18,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | // 9  Finnish
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | #ifndef LANGUAGE_CHOICE | 
			
		
	
		
			
				
					|  |  |  |  | #define LANGUAGE_CHOICE 1  // Pick your language from the list above
 | 
			
		
	
		
			
				
					|  |  |  |  | #define LANGUAGE_CHOICE 7  // Pick your language from the list above
 | 
			
		
	
		
			
				
					|  |  |  |  | #endif | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | #define PROTOCOL_VERSION "1.0" | 
			
		
	
	
		
			
				
					|  |  |  | @ -29,6 +29,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  | #elif MOTHERBOARD == 80 | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MACHINE_NAME "Rumba" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define FIRMWARE_URL "https://github.com/ErikZalm/Marlin/"
 | 
			
		
	
		
			
				
					|  |  |  |  | #elif MOTHERBOARD == 77 | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MACHINE_NAME "3Drag" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define FIRMWARE_URL "http://3dprint.elettronicain.it/"
 | 
			
		
	
		
			
				
					|  |  |  |  | #else | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MACHINE_NAME "Mendel" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define FIRMWARE_URL "http://www.mendel-parts.com"
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -1000,7 +1003,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | #if LANGUAGE_CHOICE == 7 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	// LCD Menu Messages
 | 
			
		
	
		
			
				
					|  |  |  |  | 	#define WELCOME_MSG MACHINE_NAME " Pronto." | 
			
		
	
		
			
				
					|  |  |  |  | 	#define WELCOME_MSG MACHINE_NAME " Pronta" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_SD_INSERTED          "SD Card inserita" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_SD_REMOVED           "SD Card rimossa" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_MAIN                 "Menu principale" | 
			
		
	
	
		
			
				
					|  |  |  | @ -1012,7 +1015,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_PREHEAT_PLA_SETTINGS "Preris. PLA Conf" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_PREHEAT_ABS          "Preriscalda ABS" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_PREHEAT_ABS_SETTINGS "Preris. ABS Conf" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_COOLDOWN             "Rafredda" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_COOLDOWN             "Raffredda" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_EXTRUDE              "Estrudi" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_RETRACT              "Ritrai" | 
			
		
	
		
			
				
					|  |  |  |  | 	#define MSG_MOVE_AXIS            "Muovi Asse" | 
			
		
	
	
		
			
				
					|  |  |  | 
 |