🐛 Redundant Temp Sensor followup (#22196)

This commit is contained in:
Katelyn Schiesser
2021-07-06 17:36:41 -07:00
committed by GitHub
parent 9eb5444c20
commit b2f0913083
49 changed files with 1567 additions and 787 deletions

View File

@@ -179,11 +179,11 @@
#define TEMP_4_PIN 5 // dummy so will compile when PINS_DEBUGGING is enabled
#define TEMP_BED_PIN 4 // Analog Input
// SPI for Max6675 or Max31855 Thermocouple
// SPI for MAX Thermocouple
#if DISABLED(SDSUPPORT)
#define MAX6675_SS_PIN 53
#define TEMP_0_CS_PIN 53
#else
#define MAX6675_SS_PIN 49
#define TEMP_0_CS_PIN 49
#endif
//