|
|
|
@ -312,14 +312,6 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
|
|
|
|
#define NEWPANEL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef ULTIPANEL
|
|
|
|
|
// #define NEWPANEL //enable this if you have a click-encoder panel
|
|
|
|
|
#define SDSUPPORT
|
|
|
|
|
#define ULTRA_LCD
|
|
|
|
|
#define LCD_WIDTH 20
|
|
|
|
|
#define LCD_HEIGHT 4
|
|
|
|
|
|
|
|
|
|
// Preheat Constants
|
|
|
|
|
#define PLA_PREHEAT_HOTEND_TEMP 180
|
|
|
|
|
#define PLA_PREHEAT_HPB_TEMP 70
|
|
|
|
@ -329,6 +321,14 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
|
|
|
|
#define ABS_PREHEAT_HPB_TEMP 100
|
|
|
|
|
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef ULTIPANEL
|
|
|
|
|
// #define NEWPANEL //enable this if you have a click-encoder panel
|
|
|
|
|
#define SDSUPPORT
|
|
|
|
|
#define ULTRA_LCD
|
|
|
|
|
#define LCD_WIDTH 20
|
|
|
|
|
#define LCD_HEIGHT 4
|
|
|
|
|
|
|
|
|
|
#else //no panel but just lcd
|
|
|
|
|
#ifdef ULTRA_LCD
|
|
|
|
|
#define LCD_WIDTH 16
|
|
|
|
|