[2.0.x] Add NO_LCD_MENUS option (#10582)
This commit is contained in:
parent
524cc392f4
commit
05c33833e7
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1446,6 +1446,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1578,6 +1578,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1444,6 +1444,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1414,6 +1414,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1438,6 +1438,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1414,6 +1414,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1425,6 +1425,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1436,6 +1436,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1427,6 +1427,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1445,6 +1445,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1436,6 +1436,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1430,6 +1430,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1436,6 +1436,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1408,6 +1408,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1408,6 +1408,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1450,6 +1450,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1441,6 +1441,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1442,6 +1442,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1441,6 +1441,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1430,6 +1430,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1437,6 +1437,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1446,6 +1446,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1465,6 +1465,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1425,6 +1425,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1430,6 +1430,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1430,6 +1430,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -494,9 +494,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1475,6 +1475,15 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1424,6 +1424,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1439,6 +1439,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1429,6 +1429,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1457,6 +1457,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1482,6 +1482,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1437,6 +1437,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1459,6 +1459,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -506,9 +506,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -493,9 +493,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1433,6 +1433,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1426,6 +1426,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1576,6 +1576,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1558,6 +1558,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1557,6 +1557,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1571,6 +1571,15 @@
|
|||||||
*/
|
*/
|
||||||
#define SD_CHECK_AND_RETRY
|
#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -1545,6 +1545,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1548,6 +1548,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
@ -495,9 +495,6 @@
|
|||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
// Leave out seldom-used LCD menu items to recover some Program Memory
|
|
||||||
//#define SLIM_LCD_MENUS
|
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
|
|
||||||
|
@ -1548,6 +1548,15 @@
|
|||||||
*/
|
*/
|
||||||
//#define SD_CHECK_AND_RETRY
|
//#define SD_CHECK_AND_RETRY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LCD Menu Items
|
||||||
|
*
|
||||||
|
* Disable all menus and only display the Status Screen, or
|
||||||
|
* just remove some extraneous menu items to recover space.
|
||||||
|
*/
|
||||||
|
//#define NO_LCD_MENUS
|
||||||
|
//#define SLIM_LCD_MENUS
|
||||||
|
|
||||||
//
|
//
|
||||||
// ENCODER SETTINGS
|
// ENCODER SETTINGS
|
||||||
//
|
//
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user