diff --git a/src/schrittmotor.py b/src/schrittmotor.py index b7c0357..286491f 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -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)