| 
															
																@@ -255,6 +255,8 @@ int extruder_multiply[EXTRUDERS] = {100 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 bool is_usb_printing = false; 
															 | 
															
															 | 
															
																 bool is_usb_printing = false; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+unsigned long kicktime = millis()+100000; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 unsigned int  usb_printing_counter; 
															 | 
															
															 | 
															
																 unsigned int  usb_printing_counter; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 int lcd_change_fil_state = 0; 
															 | 
															
															 | 
															
																 int lcd_change_fil_state = 0; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -1679,7 +1681,10 @@ void process_commands() 
															 | 
														
													
												
													
														
															| 
															 | 
															
																       lcd_force_language_selection(); 
															 | 
															
															 | 
															
																       lcd_force_language_selection(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     } else if(code_seen("Lz")) { 
															 | 
															
															 | 
															
																     } else if(code_seen("Lz")) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																       EEPROM_save_B(EEPROM_BABYSTEP_Z,0); 
															 | 
															
															 | 
															
																       EEPROM_save_B(EEPROM_BABYSTEP_Z,0); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-    }  
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    } else if(code_seen("Beat")) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        // Kick farm link timer 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        kicktime = millis(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     //else if (code_seen('Cal')) { 
															 | 
															
															 | 
															
																     //else if (code_seen('Cal')) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 		//  lcd_calibration(); 
															 | 
															
															 | 
															
																 		//  lcd_calibration(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 	  // } 
															 | 
															
															 | 
															
																 	  // } 
															 |