fix: fixed fupr axis_is_referenced

This commit is contained in:
wakonig_k 2023-11-07 16:27:26 +01:00
parent d72dc82264
commit 3396ff44d9

View File

@ -40,7 +40,7 @@ class FuprGalilController(GalilController):
# TODO: check if all axes are referenced in all controllers
return super().all_axes_referenced()
def axis_is_referenced(self, axis_Id, axis_Id_numeric) -> bool:
def axis_is_referenced(self, axis_Id) -> bool:
return self.all_axes_referenced()
def all_axis_referenced(self) -> bool: