Skip to content

Commit 3ba4774

Browse files
committed
some pins updates
1 parent 199ece5 commit 3ba4774

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

Marlin/src/pins/stm32f0/pins_FLY_D5.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,10 @@
105105

106106
#if HAS_TMC_UART
107107
#define X_SERIAL_TX_PIN PC13
108-
#define X_SERIAL_RX_PIN X_SERIAL_TX_PIN
109-
110108
#define Y_SERIAL_TX_PIN PC3
111-
#define Y_SERIAL_RX_PIN Y_SERIAL_TX_PIN
112-
113109
#define Z_SERIAL_TX_PIN PA3
114-
#define Z_SERIAL_RX_PIN Z_SERIAL_TX_PIN
115-
116110
#define E0_SERIAL_TX_PIN PA7
117-
#define E0_SERIAL_RX_PIN E0_SERIAL_TX_PIN
118-
119111
#define E1_SERIAL_TX_PIN PB1
120-
#define E1_SERIAL_RX_PIN E1_SERIAL_TX_PIN
121112
#endif
122113

123114
//

Marlin/src/pins/stm32f0/pins_FLY_D7.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,25 +122,12 @@
122122

123123
#if HAS_TMC_UART
124124
#define X_SERIAL_TX_PIN PB7
125-
#define X_SERIAL_RX_PIN X_SERIAL_TX_PIN
126-
127125
#define Y_SERIAL_TX_PIN PC3
128-
#define Y_SERIAL_RX_PIN Y_SERIAL_TX_PIN
129-
130126
#define Z_SERIAL_TX_PIN PA3
131-
#define Z_SERIAL_RX_PIN Z_SERIAL_TX_PIN
132-
133127
#define E0_SERIAL_TX_PIN PA7
134-
#define E0_SERIAL_RX_PIN E0_SERIAL_TX_PIN
135-
136128
#define E1_SERIAL_TX_PIN PB1
137-
#define E1_SERIAL_RX_PIN E1_SERIAL_TX_PIN
138-
139129
#define E2_SERIAL_TX_PIN PB6
140-
#define E2_SERIAL_RX_PIN E2_SERIAL_TX_PIN
141-
142130
#define E3_SERIAL_TX_PIN PC10
143-
#define E3_SERIAL_RX_PIN E3_SERIAL_TX_PIN
144131
#endif
145132

146133
//

Marlin/src/pins/stm32f0/pins_FLY_DP5.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,10 @@
112112

113113
#if HAS_TMC_UART
114114
#define X_SERIAL_TX_PIN PC13
115-
#define X_SERIAL_RX_PIN X_SERIAL_TX_PIN
116-
117115
#define Y_SERIAL_TX_PIN PC3
118-
#define Y_SERIAL_RX_PIN Y_SERIAL_TX_PIN
119-
120116
#define Z_SERIAL_TX_PIN PA3
121-
#define Z_SERIAL_RX_PIN Z_SERIAL_TX_PIN
122-
123117
#define E0_SERIAL_TX_PIN PA7
124-
#define E0_SERIAL_RX_PIN E0_SERIAL_TX_PIN
125-
126118
#define E1_SERIAL_TX_PIN PB1
127-
#define E1_SERIAL_RX_PIN E1_SERIAL_TX_PIN
128119
#endif
129120

130121
//

0 commit comments

Comments
 (0)