🐛 Board Temp Sensor followup (#22350)

This commit is contained in:
Keith Bennett
2021-07-13 17:08:04 -07:00
committed by GitHub
parent 4479b0222b
commit 3797549e7e
6 changed files with 68 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
//
#define TEMP_0_PIN 0 // Analog Input, Header J2
#define TEMP_1_PIN 1 // Analog Input, Header J3
#define TEMP_BOARD_PIN TEMP_1_PIN // Analog Input, Header J3
#define TEMP_BOARD_PIN 91 // Onboard thermistor, 100k TDK NTCG104LH104JT1
#define TEMP_BED_PIN 2 // Analog Input, Header J6
#define TEMP_PROBE_PIN 3 // Analog Input, Header J15

View File

@@ -161,7 +161,7 @@
//
#define TEMP_0_PIN PA2 // T0 <-> E0
#define TEMP_1_PIN PA0 // T1 <-> E1
#define TEMP_BOARD_PIN TEMP_1_PIN // Onboard sensor shared with T1
#define TEMP_BOARD_PIN PC2 // Onboard thermistor, NTC100K
#define TEMP_BED_PIN PA1 // T2 <-> Bed
#define TEMP_PROBE_PIN PC3 // Shares J4 connector with PD1