2021-09-16 05:55:17 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-09-16 14:42:59 +00:00
|
|
|
###########################
|
|
|
|
#
|
|
|
|
# Place a dot at the top left-most
|
|
|
|
# point at the point the position script
|
|
|
|
# starts the pen.
|
|
|
|
#
|
|
|
|
###########################
|
|
|
|
|
2021-09-16 05:55:17 +00:00
|
|
|
bash position.sh set
|
|
|
|
paxi down
|
|
|
|
sleep 1
|
|
|
|
paxi up
|
|
|
|
bash position.sh reset
|