Script execution

This commit is contained in:
x03daop
2016-08-03 11:49:58 +02:00
parent 09cf03bb0e
commit 4c279cea24
+3 -3
View File
@@ -10,10 +10,10 @@ move manipulator and mirror to center position before start!
import math
# adjust the following parameters
DISTANCE_Ry = 0.2 # mrad (Ry)
DISTANCE_Ry = 0.3 # mrad (Ry)
SLOPE = -2.000 # mm/mrad (DX / DRy)
STEPS = 40
LATENCY = 0.5
STEPS = 60
LATENCY = 0.0
ENDSCAN = False
# do not edit below