Skip to content

Commit 58749a9

Browse files
authored
🩹 BTT Manta M8P V2.0 fixes (#27748)
The notorious curse of incorrect BTT pins rears its head once again!
1 parent 26aac7a commit 58749a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@
307307
//#define Y_HARDWARE_SERIAL Serial1
308308
//#define Y2_HARDWARE_SERIAL Serial1
309309
//#define Z_HARDWARE_SERIAL Serial1
310-
//#define Z2_HARDWARE_SERIAL Serial1
311310
//#define E0_HARDWARE_SERIAL Serial1
312311
//#define E1_HARDWARE_SERIAL Serial1
313312
//#define E2_HARDWARE_SERIAL Serial1
@@ -317,11 +316,11 @@
317316
#define X_SERIAL_TX_PIN PC13
318317
#define Y_SERIAL_TX_PIN PE3
319318
#define Z_SERIAL_TX_PIN PB9
320-
#define Z2_SERIAL_TX_PIN PB5
321-
#define E0_SERIAL_TX_PIN PG14
322-
#define E1_SERIAL_TX_PIN PG10
323-
#define E2_SERIAL_TX_PIN PD5
324-
#define E3_SERIAL_TX_PIN PC6
319+
#define E0_SERIAL_TX_PIN PB5
320+
#define E1_SERIAL_TX_PIN PG14
321+
#define E2_SERIAL_TX_PIN PG10
322+
#define E3_SERIAL_TX_PIN PD5
323+
#define E4_SERIAL_TX_PIN PC6
325324

326325
// Reduce baud rate to improve software serial reliability
327326
#ifndef TMC_BAUD_RATE

0 commit comments

Comments
 (0)