Invert x by default

This commit is contained in:
jaknapper 2025-07-29 17:23:43 +01:00 committed by Julian Stirling
parent 35fbef67e4
commit ee9362ce48

View file

@ -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.