File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 26
26
//
27
27
// Temperature Sensors
28
28
//
29
- #if TEMP_SENSOR_0 == -5
29
+ #define TEMP_0_PIN PF4 // TH0
30
+
31
+ #if TEMP_SENSOR_0_IS_MAX31865
30
32
#define TEMP_0_CS_PIN PF8 // Max31865 CS
31
33
#define TEMP_0_SCK_PIN PA5
32
34
#define TEMP_0_MISO_PIN PA6
33
35
#define TEMP_0_MOSI_PIN PA7
34
36
#define SOFTWARE_SPI // Max31865 and LCD SD share a set of SPIs, Set SD to softwareSPI for Max31865
35
37
#define FORCE_SOFT_SPI
36
- #else
37
- #define TEMP_0_PIN PF4 // TH0
38
38
#endif
39
39
40
40
#if !defined(Z_MIN_PROBE_PIN ) && DISABLED (BLTOUCH )
Original file line number Diff line number Diff line change 214
214
// Temperature Sensors
215
215
//
216
216
#define TEMP_BED_PIN PF3 // TB
217
+ #define TEMP_0_PIN PF4 // TH0
217
218
#define TEMP_1_PIN PF5 // TH1
218
219
#define TEMP_2_PIN PF6 // TH2
219
220
#define TEMP_3_PIN PF7 // TH3
220
221
221
- #if TEMP_SENSOR_0 == -5
222
+ #if TEMP_SENSOR_0_IS_MAX31865
222
223
#define TEMP_0_CS_PIN PF8 // Max31865 CS
223
224
#define TEMP_0_SCK_PIN PA5
224
225
#define TEMP_0_MISO_PIN PA6
225
226
#define TEMP_0_MOSI_PIN PA7
226
227
#define SOFTWARE_SPI // Max31865 and LCD SD share a set of SPIs, Set SD to softwareSPI for Max31865
227
228
#define FORCE_SOFT_SPI
228
- #else
229
- #define TEMP_0_PIN PF4 // TH0
230
229
#endif
231
230
232
231
//
You canβt perform that action at this time.
0 commit comments