From c7dd269c01e308644b0f930d520805aa298226c8 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Tue, 5 Aug 2025 13:09:59 +0000 Subject: [PATCH] Apply suggestions from code review of branch fix-movements Co-authored-by: Julian Stirling --- src/openflexure_microscope_server/things/stage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/stage/__init__.py b/src/openflexure_microscope_server/things/stage/__init__.py index 310900ed..85d2495a 100644 --- a/src/openflexure_microscope_server/things/stage/__init__.py +++ b/src/openflexure_microscope_server/things/stage/__init__.py @@ -36,7 +36,7 @@ class BaseStage(lt.Thing): implementing new stages. Note that the coordinate system used for the microscope may need to have different - axis direction as those used for + axis direction as those used by the underlying stage controller. A minimal working stage must implement ``_hardware_move_relative`` and ``_hardware_move_absolute`` actions, which update the ``_hardware_position``