Skip to content

Commit

Permalink
pipette motor driver can use a non-zero dwell current
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Nov 17, 2023
1 parent 886ae96 commit a973122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipettes/firmware/motor_configurations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ auto motor_configs::driver_config_by_axis(TMC2130PipetteAxis which)
case TMC2130PipetteAxis::linear_motor:
default:
return tmc2130::configs::TMC2130DriverConfig{
.registers = {.gconfig = {.en_pwm_mode = 1},
.registers = {.gconfig = {.en_pwm_mode = 0},
.ihold_irun = {.hold_current = 0x2,
.run_current = 0x10,
.hold_current_delay = 0x7},
Expand Down

0 comments on commit a973122

Please sign in to comment.