diff --git a/debye_bec/devices/mo1_bragg.py b/debye_bec/devices/mo1_bragg.py index 8af5417..b1e07ca 100644 --- a/debye_bec/devices/mo1_bragg.py +++ b/debye_bec/devices/mo1_bragg.py @@ -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