From 4ed68460441817ff5efd51a6640932fa3a801fe4 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 4 Mar 2021 12:34:21 +0100 Subject: [PATCH] motor test --- src/schrittmotor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schrittmotor.py b/src/schrittmotor.py index 3c32760..1a4165a 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -87,7 +87,7 @@ def einzelschritt(spule, status, ges_schritte, schritt, t1, t2): w = (schritt * 100 / (ges_schritte - 1)) * 1.8 s = round(math.sin(math.radians(w)), 2) t = t2 - (s * (t2 - t1)) - print(str(spule)) + print(str(t)) if status == 1: for i in range(0, 91, 5):