diff --git a/src/schrittmotor.py b/src/schrittmotor.py index a1b4413..bb8becf 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -146,7 +146,7 @@ class motor(): print(str(temp_schritte)) if temp_schritte > 0: - self.vorwaerts(temp_schritte) + self.vorwaerts(temp_schritte, 1) else: self.rueckwaerts(abs(temp_schritte))