Script execution

This commit is contained in:
gac-x03da
2019-08-09 11:49:47 +02:00
parent 4f66fe4f52
commit c26f3d9ccc
+1 -1
View File
@@ -12,7 +12,7 @@ STARTPOS = (1.0)
ENDPOS = (-0.5)
#STEPS = -0.01
DWELL = 0.1
TOTAL_TIME = 75
TOTAL_TIME = 150
STEPS = int(TOTAL_TIME / DWELL) + 1
def trig():