fix: remove stop_scan from stop
This commit is contained in:
@@ -366,10 +366,8 @@ class Mo1Bragg(Device, PositionerBase):
|
||||
"""
|
||||
# Stop any motion on the device
|
||||
self.move_stop.put(1)
|
||||
self._stopped = True
|
||||
# Stop ongoing scan, check if this is still needed after work on th controller
|
||||
self.stop_scan()
|
||||
# Stop the move thread
|
||||
self._stopped = True
|
||||
if self._move_thread is not None:
|
||||
self._move_thread.join()
|
||||
self._move_thread = None
|
||||
|
||||
Reference in New Issue
Block a user