From 4ea7b213e209fa4c9ce95be3475acc9eeca78ed7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 8 Apr 2020 12:24:32 -0400 Subject: [PATCH] config: Change uart addresses in generic-fysetc-cheetah-v1.1.cfg Reported by @mihero and @Magoo0876. Signed-off-by: Kevin O'Connor --- config/generic-fysetc-cheetah-v1.1.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/generic-fysetc-cheetah-v1.1.cfg b/config/generic-fysetc-cheetah-v1.1.cfg index 32342c66..66f83981 100644 --- a/config/generic-fysetc-cheetah-v1.1.cfg +++ b/config/generic-fysetc-cheetah-v1.1.cfg @@ -41,7 +41,7 @@ homing_speed: 50 [tmc2209 stepper_y] uart_pin: PA3 tx_pin: PA2 -uart_address: 1 +uart_address: 2 microsteps: 16 run_current: 0.800 hold_current: 0.500 @@ -59,7 +59,7 @@ position_max: 200 [tmc2209 stepper_z] uart_pin: PA3 tx_pin: PA2 -uart_address: 2 +uart_address: 1 microsteps: 16 run_current: 0.800 hold_current: 0.500