From 58749a9a0ed93f10295695d7acbe607a6e871d30 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:02:01 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20BTT=20Manta=20M8P=20V2.0=20fixes?= =?UTF-8?q?=20(#27748)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The notorious curse of incorrect BTT pins rears its head once again! --- Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h b/Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h index d274c99e19..941d6ab068 100644 --- a/Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h +++ b/Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h @@ -307,7 +307,6 @@ //#define Y_HARDWARE_SERIAL Serial1 //#define Y2_HARDWARE_SERIAL Serial1 //#define Z_HARDWARE_SERIAL Serial1 - //#define Z2_HARDWARE_SERIAL Serial1 //#define E0_HARDWARE_SERIAL Serial1 //#define E1_HARDWARE_SERIAL Serial1 //#define E2_HARDWARE_SERIAL Serial1 @@ -317,11 +316,11 @@ #define X_SERIAL_TX_PIN PC13 #define Y_SERIAL_TX_PIN PE3 #define Z_SERIAL_TX_PIN PB9 - #define Z2_SERIAL_TX_PIN PB5 - #define E0_SERIAL_TX_PIN PG14 - #define E1_SERIAL_TX_PIN PG10 - #define E2_SERIAL_TX_PIN PD5 - #define E3_SERIAL_TX_PIN PC6 + #define E0_SERIAL_TX_PIN PB5 + #define E1_SERIAL_TX_PIN PG14 + #define E2_SERIAL_TX_PIN PG10 + #define E3_SERIAL_TX_PIN PD5 + #define E4_SERIAL_TX_PIN PC6 // Reduce baud rate to improve software serial reliability #ifndef TMC_BAUD_RATE