Skip to content

Commit cfe694f

Browse files
committed
change plunger hold current to 0.8 so pipette gets to temp quicker
1 parent 21a5d2f commit cfe694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/config/defaults_ot3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
OT3AxisKind.X: 0.5,
159159
OT3AxisKind.Y: 0.5,
160160
OT3AxisKind.Z: 0.5,
161-
OT3AxisKind.P: 0.3,
161+
OT3AxisKind.P: 0.8,
162162
OT3AxisKind.Z_G: 0.2,
163163
OT3AxisKind.Q: 0.3,
164164
},

0 commit comments

Comments
 (0)