Update German language, &c. (#14613)

This commit is contained in:
Ludy
2019-07-14 11:34:55 +02:00
committed by Scott Lahteine
parent e96468566d
commit 6dcb85927a
5 changed files with 38 additions and 36 deletions

View File

@@ -303,7 +303,7 @@ static void lcd_factory_settings() {
#endif
START_MENU();
MENU_BACK(MSG_CONFIGURATION);
MENU_ITEM_EDIT(uint8, MSG_FAN_SPEED, &ui.preheat_fan_speed[material], 0, 255);
MENU_ITEM_EDIT(percent, MSG_FAN_SPEED, &ui.preheat_fan_speed[material], 0, 255);
#if HAS_TEMP_HOTEND
MENU_ITEM_EDIT(int3, MSG_NOZZLE, &ui.preheat_hotend_temp[material], MINTEMP_ALL, MAXTEMP_ALL - 15);
#endif