Skip to content

Commit

Permalink
Fix reversal of UARTs for z2/z3 (VoronDesign#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDeuce authored Jan 26, 2022
1 parent 4698211 commit 5b74b80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5b74b80

Please sign in to comment.