Skip to content

Commit 5e1dabf

Browse files
authored
fix(app): dont update estimators on ot2 (#16315)
Accidentally added this command to the droptip wizard for ot-2 also, can't be there. ## testing - [x] run a drop tip with blowout from instrument panel -~[ ] run a drop tip with blowout from post-protocol~ - ~[ ] run a drop tip with blowout from post-protocol after forcing a limit switch hit~ Closes RQA-3228
1 parent fd9ffe1 commit 5e1dabf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/organisms/DropTipWizardFlows/hooks/useDropTipCommands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ const buildBlowoutCommands = (
356356
},
357357
]
358358
: [
359-
ENGAGE_AXES,
360-
UPDATE_PLUNGER_ESTIMATORS,
361359
{
362360
commandType: 'blowOutInPlace',
363361
params: {

0 commit comments

Comments
 (0)