MSG_VOLUMETRIC => MSG_FILAMENT
This commit is contained in:
parent
f8e77d6545
commit
3cdf78a79f
32 changed files with 38 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue