mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 16:47:29 +08:00
Revert thermistor swap
PA1 / TH0 for bed PA2 / TH1 for hotend
This commit is contained in:
parent
598d52c2fc
commit
d3199b7e16
@ -185,8 +185,8 @@
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
#define TEMP_BED_PIN PA2 // TH1
|
||||
#define TEMP_0_PIN PA1 // TH0
|
||||
#define TEMP_BED_PIN PA1 // TH0
|
||||
#define TEMP_0_PIN PA2 // TH1
|
||||
#define TEMP_1_PIN PA0 // TH2
|
||||
#define TEMP_2_PIN PA3 // TH3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user