From 5b74b804d21a25a49ce5d4de8d021fe6d1b2b601 Mon Sep 17 00:00:00 2001 From: Stephen Hurd Date: Wed, 26 Jan 2022 13:59:16 -0500 Subject: [PATCH] Fix reversal of UARTs for z2/z3 (#597) --- .../Monster8_v1.0_003/Voron2_Monster8_Config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware_configurations/klipper/RealDeuce/MKS-Makerbase/Monster8_v1.0_003/Voron2_Monster8_Config.cfg b/firmware_configurations/klipper/RealDeuce/MKS-Makerbase/Monster8_v1.0_003/Voron2_Monster8_Config.cfg index 555bb926a..a3bc1d0a1 100644 --- a/firmware_configurations/klipper/RealDeuce/MKS-Makerbase/Monster8_v1.0_003/Voron2_Monster8_Config.cfg +++ b/firmware_configurations/klipper/RealDeuce/MKS-Makerbase/Monster8_v1.0_003/Voron2_Monster8_Config.cfg @@ -178,7 +178,7 @@ gear_ratio: 80:16 microsteps: 16 [tmc2209 stepper_z2] -uart_pin: PD0 +uart_pin: PD4 interpolate: False run_current: 0.8 # Max 1.4 (tmc2209 limit) sense_resistor: 0.110 @@ -194,7 +194,7 @@ gear_ratio: 80:16 microsteps: 16 [tmc2209 stepper_z3] -uart_pin: PD4 +uart_pin: PD0 interpolate: False run_current: 0.8 # Max 1.4 (tmc2209 limit) sense_resistor: 0.110