diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-08 12:24:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-08 12:24:32 -0400 |
commit | 4ea7b213e209fa4c9ce95be3475acc9eeca78ed7 (patch) | |
tree | 5337558dbc0e2bc7af72be4a04b54ca70cfe3542 /config/generic-fysetc-cheetah-v1.1.cfg | |
parent | 931b73d4987476f107f904d61a717fb5204ac7c3 (diff) | |
download | kutter-4ea7b213e209fa4c9ce95be3475acc9eeca78ed7.tar.gz kutter-4ea7b213e209fa4c9ce95be3475acc9eeca78ed7.tar.xz kutter-4ea7b213e209fa4c9ce95be3475acc9eeca78ed7.zip |
config: Change uart addresses in generic-fysetc-cheetah-v1.1.cfg
Reported by @mihero and @Magoo0876.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-fysetc-cheetah-v1.1.cfg')
-rw-r--r-- | config/generic-fysetc-cheetah-v1.1.cfg | 4 |
1 files 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 |