Script execution

This commit is contained in:
gac-x03da
2020-03-05 15:09:26 +01:00
parent bcca03efa0
commit b2db00a46e

View File

@@ -16,9 +16,9 @@ WIDTH = 2.
RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
STEP = 0.025
#MOTORS = (ManipulatorY)
#RANGE = (-3.5, +3.5)
#STEP = 0.1
MOTORS = (ManipulatorY)
RANGE = (-3.5, +3.5)
STEP = 0.1
# Z axis cannot be used in fly scan. minimum speed is too high.
#MOTORS = (ManipulatorZ)