Updated DUAL Extruder config, added README and enabled NEWPANEL by default
This commit is contained in:
parent
b423b90c77
commit
d8eeddfb93
3 changed files with 908 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ Here are some standard links for getting your machine calibrated:
|
|||
// #define DUMMY_THERMISTOR_999_VALUE 100
|
||||
|
||||
#define TEMP_SENSOR_0 1
|
||||
#define TEMP_SENSOR_1 1
|
||||
#define TEMP_SENSOR_1 0
|
||||
#define TEMP_SENSOR_2 0
|
||||
#define TEMP_SENSOR_3 0
|
||||
#define TEMP_SENSOR_BED 1
|
||||
|
|
@ -728,7 +728,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
|||
|
||||
|
||||
#ifdef ULTIPANEL
|
||||
// #define NEWPANEL //enable this if you have a click-encoder panel
|
||||
#define NEWPANEL //enable this if you have a click-encoder panel
|
||||
#define SDSUPPORT
|
||||
#define ULTRA_LCD
|
||||
#ifdef DOGLCD // Change number of lines to match the DOG graphic display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue