Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove erroneous z2 define from pins_BTT_MANTA_M8P_V2_0 #27748

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Marlin/src/pins/stm32h7/pins_BTT_MANTA_M8P_V2_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading