Loading openflexure_microscope/api/v1/blueprints/stage.py +3 −1 Original line number Diff line number Diff line Loading @@ -81,6 +81,8 @@ class PositionAPI(MicroscopeView): # Move if stage exists if self.microscope.stage: # Explicitally acquire lock with self.microscope.stage.lock: self.microscope.stage.move_rel(position) out = filter_dict(self.microscope.state, ('stage', 'position')) Loading Loading
openflexure_microscope/api/v1/blueprints/stage.py +3 −1 Original line number Diff line number Diff line Loading @@ -81,6 +81,8 @@ class PositionAPI(MicroscopeView): # Move if stage exists if self.microscope.stage: # Explicitally acquire lock with self.microscope.stage.lock: self.microscope.stage.move_rel(position) out = filter_dict(self.microscope.state, ('stage', 'position')) Loading