fehlerkorrektur
This commit is contained in:
parent
7f6ebf4fc5
commit
43e523b4e3
@ -105,12 +105,12 @@ def motor_test(drehen, pos1, kippen, pos2, zoom, pos3):
|
||||
if kippen == "kippen":
|
||||
#m1.gehe_zu(int(position))
|
||||
th2 = motor_bewegen(m2, (int(pos2)))
|
||||
th2.join()
|
||||
#th2.join()
|
||||
|
||||
if zoom == "zoom":
|
||||
#m1.gehe_zu(int(position))
|
||||
th3 = motor_bewegen(m3, (int(pos3)))
|
||||
th3.join()
|
||||
#th3.join()
|
||||
|
||||
return 'Drehen: ' + str(m1.pos) + ', Kippen: ' + str(m2.pos) + ', Zoom: ' + str(m3.pos)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user