removed debug prints
This commit is contained in:
@@ -173,8 +173,6 @@ class dw_Stepper:
|
|||||||
s_per_s /= self.MICROSTEPS
|
s_per_s /= self.MICROSTEPS
|
||||||
steps *= self.MICROSTEPS
|
steps *= self.MICROSTEPS
|
||||||
|
|
||||||
print s_per_s, " sec per step"
|
|
||||||
|
|
||||||
for s in range(steps):
|
for s in range(steps):
|
||||||
lateststep = self.oneStep(direction, stepstyle)
|
lateststep = self.oneStep(direction, stepstyle)
|
||||||
time.sleep(s_per_s)
|
time.sleep(s_per_s)
|
||||||
|
|||||||
Reference in New Issue
Block a user