Skip to content

Commit

Permalink
Remove "SKR_MINI_E3_V2"
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 17, 2022
1 parent 0a7ff0c commit 9e24017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
*/
#pragma once

#define SKR_MINI_E3_V2

#define BOARD_CUSTOM_BUILD_FLAGS -DTONE_CHANNEL=4 -DTONE_TIMER=4 -DTIMER_TONE=4

// Onboard I2C EEPROM
Expand Down
6 changes: 3 additions & 3 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#define HEATER_0_PIN PC8 // "HE"
#define HEATER_BED_PIN PC9 // "HB"

#ifdef SKR_MINI_E3_V2
#if MB(BTT_SKR_MINI_E3_V2_0)
#define FAN_PIN PC6
#else
#define FAN_PIN PA8 // "FAN0"
Expand All @@ -109,7 +109,7 @@
//
// USB connect control
//
#ifdef SKR_MINI_E3_V2
#if MB(BTT_SKR_MINI_E3_V2_0)
#define USB_CONNECT_PIN PA14
#else
#define USB_CONNECT_PIN PC13
Expand All @@ -128,7 +128,7 @@
* ------ ------
* EXP1 EXP1
*/
#ifdef SKR_MINI_E3_V2
#if MB(BTT_SKR_MINI_E3_V2_0)
#define EXP1_02_PIN PA15
#define EXP1_08_PIN PB15
#else
Expand Down

0 comments on commit 9e24017

Please sign in to comment.