@@ -604,12 +604,13 @@ static void lcd_implementation_status_screen()
//Print Feedrate
lcd_set_cursor(LCD_WIDTH - 8-2, 1);
lcd_puts_P(PSTR(" "));
+/*
if (maxlimit_status)
{
maxlimit_status = 0;
lcd_print('!');
}
- else
+ else*/
lcd_print(LCD_STR_FEEDRATE[0]);
lcd_print(itostr3(feedmultiply));
lcd_puts_P(PSTR("% "));