Skip to content

Commit

Permalink
Revert "increase holding current to same as run current (0.8)"
Browse files Browse the repository at this point in the history
This reverts commit 451b49d.
  • Loading branch information
andySigler committed Mar 19, 2024
1 parent 43b4221 commit bbec3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/opentrons/config/defaults_ot3.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
OT3AxisKind.X: 0.5,
OT3AxisKind.Y: 0.5,
OT3AxisKind.Z: 0.5,
OT3AxisKind.P: 0.8,
OT3AxisKind.P: 0.3,
OT3AxisKind.Z_G: 0.2,
OT3AxisKind.Q: 0.3,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"distance": 29.8
},
"plungerMotorConfigurations": {
"idle": 0.8,
"idle": 0.3,
"run": 0.8
},
"plungerPositionsConfigurations": {
Expand Down

0 comments on commit bbec3fb

Please sign in to comment.