Typo was causing redesigned menus not to appear.

master
Marcio Teixeira 7 years ago
parent 324c877674
commit 8e4037457f

@ -13,7 +13,7 @@
* got disabled.
*/
#define LULZBOT_FW_VERSION ".15" // Change this with each update
#define LULZBOT_FW_VERSION ".16" // Change this with each update
#if ( \
!defined(LULZBOT_Gladiola_Mini) && \

@ -893,7 +893,7 @@ void kill_screen(const char* lcd_msg) {
*
*/
#if defined(LULZBOT_REORDERED_MENUS) && defined(LULZBOT_USE_LCD)
#if defined(LULZBOT_REORDERED_MENUS) && defined(LULZBOT_USE_LCD_DISPLAY)
void lcd_configuration_menu();
void lcd_movement_menu();
void lcd_enqueue_filament_change();

Loading…
Cancel
Save