Skip to content

Commit

Permalink
Make home function not abstract with default implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Feb 26, 2024
1 parent 746e9b6 commit c832650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pystages/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def maximums(self, value: Optional[Vector]):
self.check_dimension(value)
self._maximums = value

@abstractmethod
def home(self):
"""Triggers a non-blocking homing command."""
...
self.position = Vector(dim=self.num_axis)

0 comments on commit c832650

Please sign in to comment.