Script execution

This commit is contained in:
gac-x03da
2019-08-12 11:59:49 +02:00
parent e2d195746a
commit 3c782f6775
+2 -2
View File
@@ -11,9 +11,9 @@ note that the scienta has a dead time of 4 s!
import math
MOTORS = (ManipulatorX)
RANGE = (-3.3-0.5, -3.3+0.5)
RANGE = (-3.45-0.3, -3.45+0.3)
## minimum speed 0.02, maximum speed 0.125 mm/s
STEP = 0.05
STEP = 0.02
#SPEED = 0.05
#MOTORS = (ManipulatorY)