Skip to content

Commit

Permalink
Update motor_configurations.cpp
Browse files Browse the repository at this point in the history
Did the wrong driver
  • Loading branch information
ryanthecoder authored Aug 30, 2024
1 parent dfa3cf3 commit 7476850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipettes/firmware/motor_configurations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ auto motor_configs::driver_config_by_axis(TMC2160PipetteAxis which)
.ihold_irun = {.hold_current = 16,
.run_current = 31,
.hold_current_delay = 0x7},
.tpowerdown = {.time=0x7},
.tpowerdown = {},
.tcoolthrs = {.threshold = 0},
.thigh = {.threshold = 0xFFFFF},
.chopconf = {.toff = 0x5,
Expand Down Expand Up @@ -106,7 +106,7 @@ auto motor_configs::driver_config_by_axis(TMC2130PipetteAxis which)
.ihold_irun = {.hold_current = 0x2,
.run_current = 0x10,
.hold_current_delay = 0x7},
.tpowerdown = {},
.tpowerdown = {.time = 0x7},
.tcoolthrs = {.threshold = 0},
.thigh = {.threshold = 0xFFFFF},
.chopconf = {.toff = 0x5,
Expand Down

0 comments on commit 7476850

Please sign in to comment.