fix: fixed fupr axis_is_referenced

This commit is contained in:
wakonig_k 2023-11-07 16:26:03 +01:00
parent 2ddc074e4f
commit d72dc82264

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) -> bool:
def axis_is_referenced(self, axis_Id, axis_Id_numeric) -> bool:
return self.all_axes_referenced()
def all_axis_referenced(self) -> bool: