From ee9362ce48416f9e05b8ae31198fba3df6865b04 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Tue, 29 Jul 2025 17:23:43 +0100 Subject: [PATCH] Invert x by default --- src/openflexure_microscope_server/things/stage/sangaboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/stage/sangaboard.py b/src/openflexure_microscope_server/things/stage/sangaboard.py index 316a7054..118c82af 100644 --- a/src/openflexure_microscope_server/things/stage/sangaboard.py +++ b/src/openflexure_microscope_server/things/stage/sangaboard.py @@ -169,7 +169,7 @@ class SangaboardThing(BaseStage): time.sleep(dt) axis_direction = lt.ThingSetting( - initial_value={"x": 1, "y": 1, "z": -1}, + initial_value={"x": -1, "y": 1, "z": -1}, model=dict, ) """The direction that each motor should move.