@ -39,7 +39,7 @@
#error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions.
#endif
#define LULZBOT_FW_VERSION ".13"
#define LULZBOT_FW_VERSION ".14"
// 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_movement_menu();
void lcd_enqueue_filament_change();