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.