MSG_VOLUMETRIC => MSG_FILAMENT

This commit is contained in:
Scott Lahteine
2017-04-16 23:00:08 -05:00
committed by Scott Lahteine
parent f8e77d6545
commit 3cdf78a79f
32 changed files with 38 additions and 35 deletions

View File

@ -2114,7 +2114,7 @@ void kill_screen(const char* lcd_msg) {
MENU_BACK(MSG_MAIN);
MENU_ITEM(submenu, MSG_TEMPERATURE, lcd_control_temperature_menu);
MENU_ITEM(submenu, MSG_MOTION, lcd_control_motion_menu);
MENU_ITEM(submenu, MSG_VOLUMETRIC, lcd_control_filament_menu);
MENU_ITEM(submenu, MSG_FILAMENT, lcd_control_filament_menu);
#if HAS_LCD_CONTRAST
//MENU_ITEM_EDIT(int3, MSG_CONTRAST, &lcd_contrast, 0, 63);