Skip to content

Commit

Permalink
Update BTT002 pins (MarlinFirmware#16591)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and Vertabreak committed Jan 20, 2020
1 parent bf177a0 commit e069871
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,12 @@
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000

//
// Servos
//
#define SERVO0_PIN PC3

//
// Limit Switches
//
#define X_MIN_PIN PD3
#define X_MAX_PIN PD3
#define Y_MIN_PIN PD2
#define Y_MAX_PIN PD2
#define Z_MIN_PIN PD1
#define Z_MAX_PIN PD1
#define X_STOP_PIN PD3
#define Y_STOP_PIN PD2
#define Z_STOP_PIN PD1 // Shares J4 connector with PC3

//
// Z Probe must be this pin
Expand Down Expand Up @@ -159,17 +151,18 @@
//
// 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
#define TEMP_BED_PIN PA1 // T2 <-> Bed
#define TEMP_PROBE_PIN PC3 // Shares J4 connector with PD1

//
// 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 e069871

Please sign in to comment.