From 2af4a5dd93d0b04453074d4392b0efdae386f48a Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 10 Apr 2024 21:19:44 -0400 Subject: [PATCH] Update pins_RAMPS.h --- Marlin/src/pins/ramps/pins_RAMPS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/ramps/pins_RAMPS.h b/Marlin/src/pins/ramps/pins_RAMPS.h index b0074dc785..0e6e33e18e 100644 --- a/Marlin/src/pins/ramps/pins_RAMPS.h +++ b/Marlin/src/pins/ramps/pins_RAMPS.h @@ -335,10 +335,10 @@ #endif #else #ifndef TMC_SPI_MOSI - #define TMC_SPI_MOSI AUX3_03 + #define TMC_SPI_MOSI AUX3_04 #endif #ifndef TMC_SPI_MISO - #define TMC_SPI_MISO AUX3_04 + #define TMC_SPI_MISO AUX3_03 #endif #ifndef TMC_SPI_SCK #define TMC_SPI_SCK AUX3_05