Script execution

This commit is contained in:
x03daop
2016-05-25 14:52:24 +02:00
parent 851fe959f9
commit 47067ff31d

View File

@@ -11,8 +11,8 @@ import math
STEPS = (11, 11)
LATENCY = 0.1
ENDSCAN = True
ZIGZAG = True
ENDSCAN = False
ZIGZAG = False
# do not edit below
MOTORS = (ManipulatorY, ManipulatorZ)