Skip to content

Commit

Permalink
Revert "fix(api): disable motors during the pipette attach and detach…
Browse files Browse the repository at this point in the history
… position (#12772)" (#12784)
  • Loading branch information
Laura-Danielle authored May 25, 2023
1 parent a0edb21 commit 6f72258
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pydantic import BaseModel, Field

from opentrons.types import MountType, Point
from opentrons.hardware_control.types import CriticalPoint, Axis
from opentrons.hardware_control.types import CriticalPoint
from opentrons.protocol_engine.commands.command import (
AbstractCommandImpl,
BaseCommand,
Expand Down Expand Up @@ -72,7 +72,6 @@ async def execute(
critical_point=CriticalPoint.MOUNT,
)

await self._hardware_api.disengage_axes([Axis.Z, Axis.A])
return MoveToMaintenancePositionResult()


Expand Down

0 comments on commit 6f72258

Please sign in to comment.