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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user