Skip to content

Commit

Permalink
Fix BTT002 thermistor & fan pins
Browse files Browse the repository at this point in the history
You can now connect fans & thermistors into the same locations they were plugged into on the Einsy board.
  • Loading branch information
thisiskeithb committed Jan 17, 2020
1 parent 2b9eb44 commit d7fa483
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,17 @@
//
// Temperature Sensors
//
#define TEMP_0_PIN PA0 // T1 <-> E0
#define TEMP_1_PIN PA1 // T2 <-> E1
#define TEMP_BED_PIN PA2 // T0 <-> Bed
#define TEMP_0_PIN PA2 // T0 <-> E0
#define TEMP_1_PIN PA0 // T1 <-> E1 // Not used on the MK3
#define TEMP_BED_PIN PA1 // T2 <-> Bed

//
// Heaters / Fans
//
#define HEATER_0_PIN PE6 // Heater0
#define HEATER_BED_PIN PE5 // Hotbed
#define FAN_PIN PB9 // Fan0
#define FAN1_PIN PB8 // Fan1
#define FAN_PIN PB8 // Fan1
#define FAN1_PIN PB9 // Fan0

// HAL SPI1 pins
#define CUSTOM_SPI_PINS
Expand Down

0 comments on commit d7fa483

Please sign in to comment.