mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
931b73d498
commit
4ea7b213e2
|
@ -41,7 +41,7 @@ homing_speed: 50
|
||||||
[tmc2209 stepper_y]
|
[tmc2209 stepper_y]
|
||||||
uart_pin: PA3
|
uart_pin: PA3
|
||||||
tx_pin: PA2
|
tx_pin: PA2
|
||||||
uart_address: 1
|
uart_address: 2
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
run_current: 0.800
|
run_current: 0.800
|
||||||
hold_current: 0.500
|
hold_current: 0.500
|
||||||
|
@ -59,7 +59,7 @@ position_max: 200
|
||||||
[tmc2209 stepper_z]
|
[tmc2209 stepper_z]
|
||||||
uart_pin: PA3
|
uart_pin: PA3
|
||||||
tx_pin: PA2
|
tx_pin: PA2
|
||||||
uart_address: 2
|
uart_address: 1
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
run_current: 0.800
|
run_current: 0.800
|
||||||
hold_current: 0.500
|
hold_current: 0.500
|
||||||
|
|
Loading…
Reference in New Issue