Embed some items in HAS_LCD_MENU
This commit is contained in:
parent
9a3ee3be53
commit
c8e476ad60
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -662,10 +662,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -855,11 +855,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -884,23 +905,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -859,11 +859,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -888,23 +909,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 255 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 255 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 255 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 255 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -662,10 +662,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -855,11 +855,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -884,23 +905,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -662,10 +662,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -855,11 +855,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -884,23 +905,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -663,10 +663,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -856,11 +856,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -885,23 +906,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -663,10 +663,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -856,11 +856,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -885,23 +906,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -852,11 +852,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -881,23 +902,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
//#define SLOWDOWN
|
//#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -654,10 +654,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -847,11 +847,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -876,23 +897,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -657,10 +657,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -850,11 +850,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -879,23 +900,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -671,10 +671,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -864,11 +864,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -893,23 +914,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 35 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 35 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 35 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 35 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 35 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 35 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 35 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 35 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 35 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
#define STATUS_MESSAGE_SCROLLING
|
#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 35 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 35 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 35 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -659,10 +659,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
// (don't use SLOWDOWN with DELTA because DELTA generates hundreds of segments per second)
|
||||||
@ -853,11 +853,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -882,23 +903,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -851,11 +851,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
//#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
//#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -880,23 +901,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,10 +658,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section motion
|
||||||
|
|
||||||
// minimum time in microseconds that a movement needs to take if the buffer is emptied.
|
// Minimum time that a segment needs to take if the buffer is emptied
|
||||||
#define DEFAULT_MINSEGMENTTIME 20000
|
#define DEFAULT_MINSEGMENTTIME 20000 // (ms)
|
||||||
|
|
||||||
// If defined the movements slow down when the look ahead buffer is only half full
|
// If defined the movements slow down when the look ahead buffer is only half full
|
||||||
#define SLOWDOWN
|
#define SLOWDOWN
|
||||||
@ -852,11 +852,32 @@
|
|||||||
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
#if HAS_LCD_MENU
|
||||||
#define LCD_INFO_MENU
|
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
#define LCD_INFO_MENU
|
||||||
#endif
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* LED Control Menu
|
||||||
|
* Add LED Control to the LCD menu
|
||||||
|
*/
|
||||||
|
//#define LED_CONTROL_MENU
|
||||||
|
#if ENABLED(LED_CONTROL_MENU)
|
||||||
|
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
||||||
|
#if ENABLED(LED_COLOR_PRESETS)
|
||||||
|
#define LED_USER_PRESET_RED 255 // User defined RED value
|
||||||
|
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
||||||
|
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
||||||
|
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
||||||
|
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
||||||
|
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // HAS_LCD_MENU
|
||||||
|
|
||||||
// Scroll a longer status message into view
|
// Scroll a longer status message into view
|
||||||
//#define STATUS_MESSAGE_SCROLLING
|
//#define STATUS_MESSAGE_SCROLLING
|
||||||
@ -881,23 +902,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* LED Control Menu
|
|
||||||
* Enable this feature to add LED Control to the LCD menu
|
|
||||||
*/
|
|
||||||
//#define LED_CONTROL_MENU
|
|
||||||
#if ENABLED(LED_CONTROL_MENU)
|
|
||||||
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
|
|
||||||
#if ENABLED(LED_COLOR_PRESETS)
|
|
||||||
#define LED_USER_PRESET_RED 255 // User defined RED value
|
|
||||||
#define LED_USER_PRESET_GREEN 128 // User defined GREEN value
|
|
||||||
#define LED_USER_PRESET_BLUE 0 // User defined BLUE value
|
|
||||||
#define LED_USER_PRESET_WHITE 255 // User defined WHITE value
|
|
||||||
#define LED_USER_PRESET_BRIGHTNESS 255 // User defined intensity
|
|
||||||
//#define LED_USER_PRESET_STARTUP // Have the printer display the user preset color on startup
|
|
||||||
#endif
|
|
||||||
#endif // LED_CONTROL_MENU
|
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
Loading…
Reference in New Issue
Block a user