Fixed compilation error.

master
Marcio Teixeira 7 years ago
parent 0721007240
commit edcb3407be

@ -39,7 +39,7 @@
#error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions. #error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions.
#endif #endif
#define LULZBOT_FW_VERSION ".13" #define LULZBOT_FW_VERSION ".14"
// Select options based on printer model // Select options based on printer model

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

Loading…
Cancel
Save