mirror of
https://github.com/eddyem/pusirobot.git
synced 2026-03-22 09:41:05 +03:00
some changes: bug fixes, working with PMC007
This commit is contained in:
19
commandline/cfg/3axiscorr/loccorr_init
Executable file
19
commandline/cfg/3axiscorr/loccorr_init
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
# init 3-point local corrector
|
||||
|
||||
for I in 2 10 11; do
|
||||
./steppermove -I$I -m8000 -r-10000
|
||||
done
|
||||
|
||||
for I in 2 10 11; do
|
||||
./steppermove -I$I -w
|
||||
done
|
||||
|
||||
for I in 2 10 11; do
|
||||
./steppermove -I$I -0
|
||||
done
|
||||
|
||||
for I in 2 10 11; do
|
||||
./steppermove -I$I -a 7200
|
||||
done
|
||||
Reference in New Issue
Block a user