mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-05 01:40:01 +00:00
Upsi fixed bug.
This commit is contained in:
parent
4bd080e7ac
commit
d01af53751
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ class AutoTMController(ModuleController):
|
|||
logger.debug("Finished position sweep")
|
||||
self.module.model.mech_lut = LUT
|
||||
self.module.model.LUT = LUT
|
||||
self.module.view.el_LUT_spinner.hide()
|
||||
self.module.view.mech_LUT_spinner.hide()
|
||||
|
||||
def go_to_position(self, tuning_position : int, matching_position : int) -> None:
|
||||
"""Go to the specified position.
|
||||
|
|
Loading…
Reference in a new issue