Script execution
This commit is contained in:
@@ -25,7 +25,7 @@ ZIGZAG = False
|
||||
ENDSCAN = False
|
||||
|
||||
step_time = 0.1
|
||||
fly_time = (RANGE[1] - RANGE[0]) / SPEED
|
||||
fly_time = abs((RANGE[1] - RANGE[0]) / SPEED)
|
||||
STEPS = int(fly_time / step_time) + 1
|
||||
print "scan time: ", fly_time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user