Invert x by default
This commit is contained in:
parent
35fbef67e4
commit
ee9362ce48
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue