fix: fixed fupr axis_is_referenced
This commit is contained in:
parent
2ddc074e4f
commit
d72dc82264
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user