|
@@ -112,6 +112,13 @@
|
112
|
112
|
#define HEATER_2_PIN 8 // D8 PC22 FET_PWM5
|
113
|
113
|
#define HEATER_BED_PIN 9 // D9 PC21 BED_PWM
|
114
|
114
|
|
|
115
|
+
|
|
116
|
+//
|
|
117
|
+// Misc. Functions
|
|
118
|
+//
|
|
119
|
+#define SDSS 87 // D87 PA29 CS
|
|
120
|
+
|
|
121
|
+
|
115
|
122
|
//////////////////////////
|
116
|
123
|
// LCDs and Controllers //
|
117
|
124
|
//////////////////////////
|
|
@@ -127,7 +134,6 @@
|
127
|
134
|
#define LCD_PINS_D7 34 // D34 PC2_PWML0
|
128
|
135
|
|
129
|
136
|
#define SD_DETECT_PIN 2 // D2 PB25_TIOA0
|
130
|
|
- #define SDSS 87 // D87 PA29 CS
|
131
|
137
|
|
132
|
138
|
// Buttons on AUX-2
|
133
|
139
|
#define BTN_EN1 60 // D60 PA3_TIOB1
|