debug m3
This commit is contained in:
parent
d089df2f2a
commit
65d2fbd2de
@ -143,6 +143,7 @@ class motor():
|
||||
def gehe_zu(self, position):
|
||||
if self.aktiv == 0:
|
||||
temp_schritte = int(position) - self.pos
|
||||
print('Kamera Motor ' + self.name + ' gehe ' + str(temp_schritte))
|
||||
|
||||
if temp_schritte > 0:
|
||||
self.__vorwaerts(temp_schritte)
|
||||
|
Loading…
x
Reference in New Issue
Block a user