Fix reversal of UARTs for z2/z3 (#597)
This commit is contained in:
parent
4698211675
commit
5b74b804d2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue