mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-15 08:59:45 -07:00
🩹 BTT Manta M8P V2.0 fixes (#27748)
The notorious curse of incorrect BTT pins rears its head once again!
This commit is contained in:
parent
26aac7aaab
commit
58749a9a0e
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue