Move y first on position.sh set

This commit is contained in:
Matt McWilliams 2021-08-10 18:48:02 -04:00
parent 5cac60a477
commit 4a81ed1ae5
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ X=4.2
Y=1.25
if [ "${1}" == "set" ]; then
paxi move $X 0
paxi move 0 $Y
paxi move $X 0
elif [ "${1}" == "reset" ]; then
paxi move -$X 0
paxi move 0 -$Y