|
@@ -32,13 +32,13 @@
|
32
|
32
|
#define E0_STEP_PIN 57
|
33
|
33
|
#define E0_DIR_PIN 55
|
34
|
34
|
#define HEATER_0_PIN 11
|
35
|
|
-#define TEMP_0_PIN 0 // ANALOG INPUT !!
|
|
35
|
+#define TEMP_0_PIN 0 // ANALOG INPUT !!
|
36
|
36
|
|
37
|
37
|
#define E1_ENABLE_PIN 60
|
38
|
38
|
#define E1_STEP_PIN 61
|
39
|
39
|
#define E1_DIR_PIN 62
|
40
|
40
|
#define HEATER_1_PIN 9
|
41
|
|
-#define TEMP_1_PIN 9 // 9 for tool3 -> 13 for chambertemp
|
|
41
|
+#define TEMP_1_PIN 9 // 9 for tool2 -> 13 for chambertemp
|
42
|
42
|
|
43
|
43
|
#define E2_ENABLE_PIN 44
|
44
|
44
|
#define E2_STEP_PIN 46
|
|
@@ -86,9 +86,9 @@
|
86
|
86
|
#define LCD_SCREEN_ROT_180
|
87
|
87
|
|
88
|
88
|
// The encoder and click button
|
89
|
|
-#define BTN_EN1 36
|
90
|
|
-#define BTN_EN2 34
|
91
|
|
-#define BTN_ENC 38
|
|
89
|
+#define BTN_EN1 36
|
|
90
|
+#define BTN_EN2 34
|
|
91
|
+#define BTN_ENC 38
|
92
|
92
|
|
93
|
93
|
// Hardware buttons for manual movement of XYZ
|
94
|
94
|
#define SHIFT_OUT 42
|