Move y first on position.sh set
This commit is contained in:
parent
5cac60a477
commit
4a81ed1ae5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue